#114C70

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

Shades of Dark Cerulean #114C70

Tints of Dark Cerulean #114C70

Color information

#114C70 (or 0x114C70) is unknown color: approx Dark Cerulean. HEX triplet: 11, 4C and 70. RGB value is (17,76,112). Sum of RGB (Red+Green+Blue) = 17+76+112=205 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.29% from 205); Green value is 76 (30.08% from 255 or 37.07% from 205); Blue value is 112 (44.14% from 255 or 54.63% from 205); Max value from RGB is 112 - color contains mainly: blue. Hex color #114C70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114C70 is #EEB38F. Grayscale: #3E3E3E. Windows color (decimal): -15643536 or 7359505. OLE color: 7359505.

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

Color convert

RGB1776112-
CMYK0.850.3200.56
HSL202.74º73.64%25.29%-
HSV(B)202.74º84.82%43.92%-
XYZ5.746.4616.27-
YUV62.46155.9595.57-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.29%
GREEN value IS 76 (30.08% from 255) = 37.07%
BLUE value IS 112 (44.14% from 255) = 54.63%
R=8.29%
G=37.07%
B=54.63%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17761120.850.3200.56202.7473.6425.29
Hex114C705520038cb4a19
Octal211141601254007031311231
Binary10001100110011100001010101100000011100011001011100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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