#114E78

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

Shades of Dark Cerulean #114E78

Tints of Dark Cerulean #114E78

Color information

#114E78 (or 0x114E78) is unknown color: approx Dark Cerulean. HEX triplet: 11, 4E and 78. RGB value is (17,78,120). Sum of RGB (Red+Green+Blue) = 17+78+120=215 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.91% from 215); Green value is 78 (30.86% from 255 or 36.28% from 215); Blue value is 120 (47.27% from 255 or 55.81% from 215); Max value from RGB is 120 - color contains mainly: blue. Hex color #114E78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114E78 is #EEB187. Grayscale: #404040. Windows color (decimal): -15643016 or 7884305. OLE color: 7884305.

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

Color convert

RGB1778120-
CMYK0.860.3500.53
HSL204.47º75.18%26.86%-
HSV(B)204.47º85.83%47.06%-
XYZ6.356.9218.77-
YUV64.55159.2994.08-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.91%
GREEN value IS 78 (30.86% from 255) = 36.28%
BLUE value IS 120 (47.27% from 255) = 55.81%
R=7.91%
G=36.28%
B=55.81%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17781200.860.3500.53204.4775.1826.86
Hex114E785623035cc4b1b
Octal211161701264306531411333
Binary10001100111011110001010110100011011010111001100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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