#114976

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

Shades of Dark Cerulean #114976

Tints of Dark Cerulean #114976

Color information

#114976 (or 0x114976) is unknown color: approx Dark Cerulean. HEX triplet: 11, 49 and 76. RGB value is (17,73,118). Sum of RGB (Red+Green+Blue) = 17+73+118=208 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.17% from 208); Green value is 73 (28.91% from 255 or 35.10% from 208); Blue value is 118 (46.48% from 255 or 56.73% from 208); Max value from RGB is 118 - color contains mainly: blue. Hex color #114976 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114976 is #EEB689. Grayscale: #3D3D3D. Windows color (decimal): -15644298 or 7751953. OLE color: 7751953.

HSL color Cylindrical-coordinate representation of color #114976: hue angle of 206.73º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #114976 is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1773118-
CMYK0.860.3800.54
HSL206.73º74.81%26.47%-
HSV(B)206.73º85.59%46.27%-
XYZ5.886.1918.02-
YUV61.39159.9596.34-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.17%
GREEN value IS 73 (28.91% from 255) = 35.10%
BLUE value IS 118 (46.48% from 255) = 56.73%
R=8.17%
G=35.10%
B=56.73%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal17731180.860.3800.54206.7374.8126.47
Hex1149765626036cf4b1a
Octal211111661264606631711332
Binary10001100100111101101010110100110011011011001111100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114976; }

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

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

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

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

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

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

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

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