#11537C

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

Shades of Dark Cerulean #11537C

Tints of Dark Cerulean #11537C

Color information

#11537C (or 0x11537C) is unknown color: approx Dark Cerulean. HEX triplet: 11, 53 and 7C. RGB value is (17,83,124). Sum of RGB (Red+Green+Blue) = 17+83+124=224 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.59% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 124 (48.83% from 255 or 55.36% from 224); Max value from RGB is 124 - color contains mainly: blue. Hex color #11537C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11537C is #EEAC83. Grayscale: #434343. Windows color (decimal): -15641732 or 8147729. OLE color: 8147729.

HSL color Cylindrical-coordinate representation of color #11537C: hue angle of 202.99º 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 #11537C is Cyan = 0.86, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1783124-
CMYK0.860.3300.51
HSL202.99º75.89%27.65%-
HSV(B)202.99º86.29%48.63%-
XYZ6.967.7620.2-
YUV67.94159.6391.67-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.59%
GREEN value IS 83 (32.81% from 255) = 37.05%
BLUE value IS 124 (48.83% from 255) = 55.36%
R=7.59%
G=37.05%
B=55.36%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal17831240.860.3300.51202.9975.8927.65
Hex11537C5621033cb4c1c
Octal211231741264106331311434
Binary10001101001111111001010110100001011001111001011100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11537C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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