#11527C

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

Shades of Dark Cerulean #11527C

Tints of Dark Cerulean #11527C

Color information

#11527C (or 0x11527C) is unknown color: approx Dark Cerulean. HEX triplet: 11, 52 and 7C. RGB value is (17,82,124). Sum of RGB (Red+Green+Blue) = 17+82+124=223 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.62% from 223); Green value is 82 (32.42% from 255 or 36.77% from 223); Blue value is 124 (48.83% from 255 or 55.61% from 223); Max value from RGB is 124 - color contains mainly: blue. Hex color #11527C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11527C is #EEAD83. Grayscale: #434343. Windows color (decimal): -15641988 or 8147473. OLE color: 8147473.

HSL color Cylindrical-coordinate representation of color #11527C: hue angle of 203.55º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11527C is Cyan = 0.86, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1782124-
CMYK0.860.3400.51
HSL203.55º75.89%27.65%-
HSV(B)203.55º86.29%48.63%-
XYZ6.897.6120.17-
YUV67.35159.9792.08-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.62%
GREEN value IS 82 (32.42% from 255) = 36.77%
BLUE value IS 124 (48.83% from 255) = 55.61%
R=7.62%
G=36.77%
B=55.61%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal17821240.860.3400.51203.5575.8927.65
Hex11527C5622033cc4c1c
Octal211221741264206331411434
Binary10001101001011111001010110100010011001111001100100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11527C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11527C; }

 p { color: rgb(17,82,124); }

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

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

 a { background-color: rgb(17,82,124); }

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

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

 span { border-color: rgb(17,82,124); }

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