#115070

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

Shades of Dark Cerulean #115070

Tints of Dark Cerulean #115070

Color information

#115070 (or 0x115070) is unknown color: approx Dark Cerulean. HEX triplet: 11, 50 and 70. RGB value is (17,80,112). Sum of RGB (Red+Green+Blue) = 17+80+112=209 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.13% from 209); Green value is 80 (31.64% from 255 or 38.28% from 209); Blue value is 112 (44.14% from 255 or 53.59% from 209); Max value from RGB is 112 - color contains mainly: blue. Hex color #115070 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115070 is #EEAF8F. Grayscale: #404040. Windows color (decimal): -15642512 or 7360529. OLE color: 7360529.

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

Color convert

RGB1780112-
CMYK0.850.2900.56
HSL200.21º73.64%25.29%-
HSV(B)200.21º84.82%43.92%-
XYZ6.027.0316.37-
YUV64.81154.6393.9-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.13%
GREEN value IS 80 (31.64% from 255) = 38.28%
BLUE value IS 112 (44.14% from 255) = 53.59%
R=8.13%
G=38.28%
B=53.59%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17801120.850.2900.56200.2173.6425.29
Hex115070551D038c84a19
Octal211201601253507031011231
Binary1000110100001110000101010111101011100011001000100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115070; }

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

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

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

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

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

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

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

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