#114D70

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

Shades of Dark Cerulean #114D70

Tints of Dark Cerulean #114D70

Color information

#114D70 (or 0x114D70) is unknown color: approx Dark Cerulean. HEX triplet: 11, 4D and 70. RGB value is (17,77,112). Sum of RGB (Red+Green+Blue) = 17+77+112=206 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.25% from 206); Green value is 77 (30.47% from 255 or 37.38% from 206); Blue value is 112 (44.14% from 255 or 54.37% from 206); Max value from RGB is 112 - color contains mainly: blue. Hex color #114D70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114D70 is #EEB28F. Grayscale: #3E3E3E. Windows color (decimal): -15643280 or 7359761. OLE color: 7359761.

HSL color Cylindrical-coordinate representation of color #114D70: hue angle of 202.11º degrees, saturation: 0.74, 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 #114D70 is Cyan = 0.85, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1777112-
CMYK0.850.3100.56
HSL202.11º73.64%25.29%-
HSV(B)202.11º84.82%43.92%-
XYZ5.816.616.3-
YUV63.05155.6295.15-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.25%
GREEN value IS 77 (30.47% from 255) = 37.38%
BLUE value IS 112 (44.14% from 255) = 54.37%
R=8.25%
G=37.38%
B=54.37%

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
Decimal17771120.850.3100.56202.1173.6425.29
Hex114D70551F038ca4a19
Octal211151601253707031211231
Binary1000110011011110000101010111111011100011001010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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