#114E70

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

Shades of Dark Cerulean #114E70

Tints of Dark Cerulean #114E70

Color information

#114E70 (or 0x114E70) is unknown color: approx Dark Cerulean. HEX triplet: 11, 4E and 70. RGB value is (17,78,112). Sum of RGB (Red+Green+Blue) = 17+78+112=207 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.21% from 207); Green value is 78 (30.86% from 255 or 37.68% from 207); Blue value is 112 (44.14% from 255 or 54.11% from 207); Max value from RGB is 112 - color contains mainly: blue. Hex color #114E70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114E70 is #EEB18F. Grayscale: #3F3F3F. Windows color (decimal): -15643024 or 7360017. OLE color: 7360017.

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

Color convert

RGB1778112-
CMYK0.850.3000.56
HSL201.47º73.64%25.29%-
HSV(B)201.47º84.82%43.92%-
XYZ5.886.7416.32-
YUV63.64155.2994.74-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.21%
GREEN value IS 78 (30.86% from 255) = 37.68%
BLUE value IS 112 (44.14% from 255) = 54.11%
R=8.21%
G=37.68%
B=54.11%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17781120.850.3000.56201.4773.6425.29
Hex114E70551E038c94a19
Octal211161601253607031111231
Binary1000110011101110000101010111110011100011001001100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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