#1148B6

Color #1148B6 Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #1148B6

Tints of Cobalt #1148B6

Color information

#1148B6 (or 0x1148B6) is unknown color: approx Cobalt. HEX triplet: 11, 48 and B6. RGB value is (17,72,182). Sum of RGB (Red+Green+Blue) = 17+72+182=271 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.27% from 271); Green value is 72 (28.52% from 255 or 26.57% from 271); Blue value is 182 (71.48% from 255 or 67.16% from 271); Max value from RGB is 182 - color contains mainly: blue. Hex color #1148B6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1148B6 is #EEB749. Grayscale: #434343. Windows color (decimal): -15644490 or 11946001. OLE color: 11946001.

HSL color Cylindrical-coordinate representation of color #1148B6: hue angle of 220º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1148B6 is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1772182-
CMYK0.910.6000.29
HSL220º82.91%39.02%-
HSV(B)220º90.66%71.37%-
XYZ10.998.1345.25-
YUV68.1192.2891.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 17 (7.03% from 255) = 6.27%
GREEN value IS 72 (28.52% from 255) = 26.57%
BLUE value IS 182 (71.48% from 255) = 67.16%
R=6.27%
G=26.57%
B=67.16%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal17721820.910.6000.2922082.9139.02
Hex1148B65B3C01Ddc5327
Octal211102661337403533412347
Binary100011001000101101101011011111100011101110111001010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1148B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1148B6; }

 p { color: rgb(17,72,182); }

 H1.HeaderClassName
 {
   color: #1148B6;
 }
 .AnyTagClassName
 {
   color: #1148B6;
 }
</style>
background-color css

<style>
 a { background-color: #1148B6; }

 a { background-color: rgb(17,72,182); }

 div.DivClassName
 {
   background-color: #1148B6;
 }
 .BgClassName
 {
   background-color: #1148B6;
 }
</style>
border-color css

<style>
 span { border-color: #1148B6; }

 span { border-color: rgb(17,72,182); }

 td.TdClassName
 {
   border-color: #1148B6;
 }
 .TagClassName
 {
   border-color: #1148B6;
 }
</style>