#114F78

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

Shades of Dark Cerulean #114F78

Tints of Dark Cerulean #114F78

Color information

#114F78 (or 0x114F78) is unknown color: approx Dark Cerulean. HEX triplet: 11, 4F and 78. RGB value is (17,79,120). Sum of RGB (Red+Green+Blue) = 17+79+120=216 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.87% from 216); Green value is 79 (31.25% from 255 or 36.57% from 216); Blue value is 120 (47.27% from 255 or 55.56% from 216); Max value from RGB is 120 - color contains mainly: blue. Hex color #114F78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114F78 is #EEB087. Grayscale: #404040. Windows color (decimal): -15642760 or 7884561. OLE color: 7884561.

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

Color convert

RGB1779120-
CMYK0.860.3400.53
HSL203.88º75.18%26.86%-
HSV(B)203.88º85.83%47.06%-
XYZ6.427.0718.8-
YUV65.14158.9693.67-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.87%
GREEN value IS 79 (31.25% from 255) = 36.57%
BLUE value IS 120 (47.27% from 255) = 55.56%
R=7.87%
G=36.57%
B=55.56%

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
Decimal17791200.860.3400.53203.8875.1826.86
Hex114F785622035cc4b1b
Octal211171701264206531411333
Binary10001100111111110001010110100010011010111001100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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