#11507D

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

Shades of Dark Cerulean #11507D

Tints of Dark Cerulean #11507D

Color information

#11507D (or 0x11507D) is unknown color: approx Dark Cerulean. HEX triplet: 11, 50 and 7D. RGB value is (17,80,125). Sum of RGB (Red+Green+Blue) = 17+80+125=222 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.66% from 222); Green value is 80 (31.64% from 255 or 36.04% from 222); Blue value is 125 (49.22% from 255 or 56.31% from 222); Max value from RGB is 125 - color contains mainly: blue. Hex color #11507D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11507D is #EEAF82. Grayscale: #424242. Windows color (decimal): -15642499 or 8212497. OLE color: 8212497.

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

Color convert

RGB1780125-
CMYK0.860.3600.51
HSL205º76.06%27.84%-
HSV(B)205º86.4%49.02%-
XYZ6.87.3420.46-
YUV66.29161.1392.84-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.66%
GREEN value IS 80 (31.64% from 255) = 36.04%
BLUE value IS 125 (49.22% from 255) = 56.31%
R=7.66%
G=36.04%
B=56.31%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal17801250.860.3600.5120576.0627.84
Hex11507D5624033cd4c1c
Octal211201751264406331511434
Binary10001101000011111011010110100100011001111001101100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11507D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11507D; }

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

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

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

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

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

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

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

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