#11437C

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

Shades of Dark Cerulean #11437C

Tints of Dark Cerulean #11437C

Color information

#11437C (or 0x11437C) is unknown color: approx Dark Cerulean. HEX triplet: 11, 43 and 7C. RGB value is (17,67,124). Sum of RGB (Red+Green+Blue) = 17+67+124=208 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.17% from 208); Green value is 67 (26.56% from 255 or 32.21% from 208); Blue value is 124 (48.83% from 255 or 59.62% from 208); Max value from RGB is 124 - color contains mainly: blue. Hex color #11437C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11437C is #EEBC83. Grayscale: #3A3A3A. Windows color (decimal): -15645828 or 8143633. OLE color: 8143633.

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

Color convert

RGB1767124-
CMYK0.860.4600.51
HSL211.96º75.89%27.65%-
HSV(B)211.96º86.29%48.63%-
XYZ5.885.5919.84-
YUV58.55164.9498.37-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.17%
GREEN value IS 67 (26.56% from 255) = 32.21%
BLUE value IS 124 (48.83% from 255) = 59.62%
R=8.17%
G=32.21%
B=59.62%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal17671240.860.4600.51211.9675.8927.65
Hex11437C562E033d44c1c
Octal211031741265606332411434
Binary10001100001111111001010110101110011001111010100100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11437C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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