#114E79

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

Shades of Dark Cerulean #114E79

Tints of Dark Cerulean #114E79

Color information

#114E79 (or 0x114E79) is unknown color: approx Dark Cerulean. HEX triplet: 11, 4E and 79. RGB value is (17,78,121). Sum of RGB (Red+Green+Blue) = 17+78+121=216 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.87% from 216); Green value is 78 (30.86% from 255 or 36.11% from 216); Blue value is 121 (47.66% from 255 or 56.02% from 216); Max value from RGB is 121 - color contains mainly: blue. Hex color #114E79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114E79 is #EEB186. Grayscale: #404040. Windows color (decimal): -15643015 or 7949841. OLE color: 7949841.

HSL color Cylindrical-coordinate representation of color #114E79: hue angle of 204.81º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #114E79 is Cyan = 0.86, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1778121-
CMYK0.860.3600.53
HSL204.81º75.36%27.06%-
HSV(B)204.81º85.95%47.45%-
XYZ6.416.9519.09-
YUV64.66159.7994-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.87%
GREEN value IS 78 (30.86% from 255) = 36.11%
BLUE value IS 121 (47.66% from 255) = 56.02%
R=7.87%
G=36.11%
B=56.02%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17781210.860.3600.53204.8175.3627.06
Hex114E795624035cd4b1b
Octal211161711264406531511333
Binary10001100111011110011010110100100011010111001101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114E79; }

 p { color: rgb(17,78,121); }

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

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

 a { background-color: rgb(17,78,121); }

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

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

 span { border-color: rgb(17,78,121); }

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