#11499B

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

Shades of Cobalt #11499B

Tints of Cobalt #11499B

Color information

#11499B (or 0x11499B) is unknown color: approx Cobalt. HEX triplet: 11, 49 and 9B. RGB value is (17,73,155). Sum of RGB (Red+Green+Blue) = 17+73+155=245 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.94% from 245); Green value is 73 (28.91% from 255 or 29.80% from 245); Blue value is 155 (60.94% from 255 or 63.27% from 245); Max value from RGB is 155 - color contains mainly: blue. Hex color #11499B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11499B is #EEB664. Grayscale: #414141. Windows color (decimal): -15644261 or 10176785. OLE color: 10176785.

HSL color Cylindrical-coordinate representation of color #11499B: hue angle of 215.65º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11499B is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1773155-
CMYK0.890.5300.39
HSL215.65º80.23%33.73%-
HSV(B)215.65º89.03%60.78%-
XYZ8.537.2531.96-
YUV65.6178.4593.33-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.94%
GREEN value IS 73 (28.91% from 255) = 29.80%
BLUE value IS 155 (60.94% from 255) = 63.27%
R=6.94%
G=29.80%
B=63.27%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal17731550.890.5300.39215.6580.2333.73
Hex11499B5935027d85022
Octal211112331316504733012042
Binary1000110010011001101110110011101010100111110110001010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11499B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11499B; }

 p { color: rgb(17,73,155); }

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

<style>
 a { background-color: #11499B; }

 a { background-color: rgb(17,73,155); }

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

<style>
 span { border-color: #11499B; }

 span { border-color: rgb(17,73,155); }

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