#114D7C

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

Shades of Dark Cerulean #114D7C

Tints of Dark Cerulean #114D7C

Color information

#114D7C (or 0x114D7C) is unknown color: approx Dark Cerulean. HEX triplet: 11, 4D and 7C. RGB value is (17,77,124). Sum of RGB (Red+Green+Blue) = 17+77+124=218 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.80% from 218); Green value is 77 (30.47% from 255 or 35.32% from 218); Blue value is 124 (48.83% from 255 or 56.88% from 218); Max value from RGB is 124 - color contains mainly: blue. Hex color #114D7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114D7C is #EEB283. Grayscale: #404040. Windows color (decimal): -15643268 or 8146193. OLE color: 8146193.

HSL color Cylindrical-coordinate representation of color #114D7C: hue angle of 206.36º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #114D7C is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1777124-
CMYK0.860.3800.51
HSL206.36º75.89%27.65%-
HSV(B)206.36º86.29%48.63%-
XYZ6.526.8820.05-
YUV64.42161.6294.18-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.80%
GREEN value IS 77 (30.47% from 255) = 35.32%
BLUE value IS 124 (48.83% from 255) = 56.88%
R=7.80%
G=35.32%
B=56.88%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal17771240.860.3800.51206.3675.8927.65
Hex114D7C5626033ce4c1c
Octal211151741264606331611434
Binary10001100110111111001010110100110011001111001110100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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