#11518a

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

Shades of Dark Cerulean #11518A

Tints of Dark Cerulean #11518A

Color information

#11518A (or 0x11518A) is unknown color: approx Dark Cerulean. HEX triplet: 11, 51 and 8A. RGB value is (17,81,138). Sum of RGB (Red+Green+Blue) = 17+81+138=236 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.20% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 138 (54.30% from 255 or 58.47% from 236); Max value from RGB is 138 - color contains mainly: blue. Hex color #11518A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11518A is #EEAE75. Grayscale: #444444. Windows color (decimal): -15642230 or 9064721. OLE color: 9064721.

HSL color Cylindrical-coordinate representation of color #11518A: hue angle of 208.26º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11518A is Cyan = 0.88, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1781138-
CMYK0.880.4100.46
HSL208.26º78.06%30.39%-
HSV(B)208.26º87.68%54.12%-
XYZ7.767.8425.15-
YUV68.36167.391.37-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.20%
GREEN value IS 81 (32.03% from 255) = 34.32%
BLUE value IS 138 (54.30% from 255) = 58.47%
R=7.20%
G=34.32%
B=58.47%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal17811380.880.4100.46208.2678.0630.39
Hex11518A582902Ed04e1e
Octal211212121305105632011636
Binary100011010001100010101011000101001010111011010000100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11518a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11518a; }

 p { color: rgb(17,81,138); }

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

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

 a { background-color: rgb(17,81,138); }

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

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

 span { border-color: rgb(17,81,138); }

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