#114E77

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

Shades of Dark Cerulean #114E77

Tints of Dark Cerulean #114E77

Color information

#114E77 (or 0x114E77) is unknown color: approx Dark Cerulean. HEX triplet: 11, 4E and 77. RGB value is (17,78,119). Sum of RGB (Red+Green+Blue) = 17+78+119=214 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.94% from 214); Green value is 78 (30.86% from 255 or 36.45% from 214); Blue value is 119 (46.88% from 255 or 55.61% from 214); Max value from RGB is 119 - color contains mainly: blue. Hex color #114E77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114E77 is #EEB188. Grayscale: #404040. Windows color (decimal): -15643017 or 7818769. OLE color: 7818769.

HSL color Cylindrical-coordinate representation of color #114E77: hue angle of 204.12º 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 #114E77 is Cyan = 0.86, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1778119-
CMYK0.860.3400.53
HSL204.12º75%26.67%-
HSV(B)204.12º85.71%46.67%-
XYZ6.296.918.45-
YUV64.43158.7994.17-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.94%
GREEN value IS 78 (30.86% from 255) = 36.45%
BLUE value IS 119 (46.88% from 255) = 55.61%
R=7.94%
G=36.45%
B=55.61%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17781190.860.3400.53204.127526.67
Hex114E775622035cc4b1b
Octal211161671264206531411333
Binary10001100111011101111010110100010011010111001100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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