#114996

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

Shades of Cobalt #114996

Tints of Cobalt #114996

Color information

#114996 (or 0x114996) is unknown color: approx Cobalt. HEX triplet: 11, 49 and 96. RGB value is (17,73,150). Sum of RGB (Red+Green+Blue) = 17+73+150=240 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.08% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 150 (58.98% from 255 or 62.5% from 240); Max value from RGB is 150 - color contains mainly: blue. Hex color #114996 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114996 is #EEB669. Grayscale: #404040. Windows color (decimal): -15644266 or 9849105. OLE color: 9849105.

HSL color Cylindrical-coordinate representation of color #114996: hue angle of 214.74º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #114996 is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1773150-
CMYK0.890.5100.41
HSL214.74º79.64%32.75%-
HSV(B)214.74º88.67%58.82%-
XYZ8.127.0929.79-
YUV65.03175.9593.74-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.08%
GREEN value IS 73 (28.91% from 255) = 30.42%
BLUE value IS 150 (58.98% from 255) = 62.5%
R=7.08%
G=30.42%
B=62.5%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal17731500.890.5100.41214.7479.6432.75
Hex1149965933029d75021
Octal211112261316305132712041
Binary1000110010011001011010110011100110101001110101111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114996; }

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

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

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

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

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

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

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

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