#114D6F

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

Shades of Dark Cerulean #114D6F

Tints of Dark Cerulean #114D6F

Color information

#114D6F (or 0x114D6F) is unknown color: approx Dark Cerulean. HEX triplet: 11, 4D and 6F. RGB value is (17,77,111). Sum of RGB (Red+Green+Blue) = 17+77+111=205 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.29% from 205); Green value is 77 (30.47% from 255 or 37.56% from 205); Blue value is 111 (43.75% from 255 or 54.15% from 205); Max value from RGB is 111 - color contains mainly: blue. Hex color #114D6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114D6F is #EEB290. Grayscale: #3E3E3E. Windows color (decimal): -15643281 or 7294225. OLE color: 7294225.

HSL color Cylindrical-coordinate representation of color #114D6F: hue angle of 201.7º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #114D6F is Cyan = 0.85, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1777111-
CMYK0.850.3100.56
HSL201.7º73.44%25.1%-
HSV(B)201.7º84.68%43.53%-
XYZ5.756.5716-
YUV62.94155.1295.24-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.29%
GREEN value IS 77 (30.47% from 255) = 37.56%
BLUE value IS 111 (43.75% from 255) = 54.15%
R=8.29%
G=37.56%
B=54.15%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17771110.850.3100.56201.773.4425.1
Hex114D6F551F038ca4919
Octal211151571253707031211131
Binary1000110011011101111101010111111011100011001010100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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