#114972

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

Shades of Dark Cerulean #114972

Tints of Dark Cerulean #114972

Color information

#114972 (or 0x114972) is unknown color: approx Dark Cerulean. HEX triplet: 11, 49 and 72. RGB value is (17,73,114). Sum of RGB (Red+Green+Blue) = 17+73+114=204 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.33% from 204); Green value is 73 (28.91% from 255 or 35.78% from 204); Blue value is 114 (44.92% from 255 or 55.88% from 204); Max value from RGB is 114 - color contains mainly: blue. Hex color #114972 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114972 is #EEB68D. Grayscale: #3C3C3C. Windows color (decimal): -15644302 or 7489809. OLE color: 7489809.

HSL color Cylindrical-coordinate representation of color #114972: hue angle of 205.36º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #114972 is Cyan = 0.85, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1773114-
CMYK0.850.3600.55
HSL205.36º74.05%25.69%-
HSV(B)205.36º85.09%44.71%-
XYZ5.656.116.8-
YUV60.93157.9596.67-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.33%
GREEN value IS 73 (28.91% from 255) = 35.78%
BLUE value IS 114 (44.92% from 255) = 55.88%
R=8.33%
G=35.78%
B=55.88%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal17731140.850.3600.55205.3674.0525.69
Hex1149725524037cd4a1a
Octal211111621254406731511232
Binary10001100100111100101010101100100011011111001101100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114972; }

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

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

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

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

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

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

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

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