#114E88

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

Shades of Dark Cerulean #114E88

Tints of Dark Cerulean #114E88

Color information

#114E88 (or 0x114E88) is unknown color: approx Dark Cerulean. HEX triplet: 11, 4E and 88. RGB value is (17,78,136). Sum of RGB (Red+Green+Blue) = 17+78+136=231 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.36% from 231); Green value is 78 (30.86% from 255 or 33.77% from 231); Blue value is 136 (53.52% from 255 or 58.87% from 231); Max value from RGB is 136 - color contains mainly: blue. Hex color #114E88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #114E88 is #EEB177. Grayscale: #424242. Windows color (decimal): -15643000 or 8932881. OLE color: 8932881.

HSL color Cylindrical-coordinate representation of color #114E88: hue angle of 209.24º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #114E88 is Cyan = 0.87, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1778136-
CMYK0.870.4300.47
HSL209.24º77.78%30%-
HSV(B)209.24º87.5%53.33%-
XYZ7.47.3524.32-
YUV66.37167.2992.78-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.36%
GREEN value IS 78 (30.86% from 255) = 33.77%
BLUE value IS 136 (53.52% from 255) = 58.87%
R=7.36%
G=33.77%
B=58.87%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal17781360.870.4300.47209.2477.7830
Hex114E88572B02Fd14e1e
Octal211162101275305732111636
Binary100011001110100010001010111101011010111111010001100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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