#114D77

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

Shades of Dark Cerulean #114D77

Tints of Dark Cerulean #114D77

Color information

#114D77 (or 0x114D77) is unknown color: approx Dark Cerulean. HEX triplet: 11, 4D and 77. RGB value is (17,77,119). Sum of RGB (Red+Green+Blue) = 17+77+119=213 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.98% from 213); Green value is 77 (30.47% from 255 or 36.15% from 213); Blue value is 119 (46.88% from 255 or 55.87% from 213); Max value from RGB is 119 - color contains mainly: blue. Hex color #114D77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114D77 is #EEB288. Grayscale: #3F3F3F. Windows color (decimal): -15643273 or 7818513. OLE color: 7818513.

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

Color convert

RGB1777119-
CMYK0.860.3500.53
HSL204.71º75%26.67%-
HSV(B)204.71º85.71%46.67%-
XYZ6.216.7618.43-
YUV63.85159.1294.58-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.98%
GREEN value IS 77 (30.47% from 255) = 36.15%
BLUE value IS 119 (46.88% from 255) = 55.87%
R=7.98%
G=36.15%
B=55.87%

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
Decimal17771190.860.3500.53204.717526.67
Hex114D775623035cd4b1b
Octal211151671264306531511333
Binary10001100110111101111010110100011011010111001101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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