Shades of Dark Cerulean #11477D
Tints of Dark Cerulean #11477D
RGB
CMYK
RGB Variations
Color information
#11477D (or 0x11477D) is known color: Dark Cerulean. HEX triplet: 11, 47 and 7D. RGB value is (17,71,125). Sum of RGB (Red+Green+Blue) = 17+71+125=213 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.98% from 213); Green value is 71 (28.12% from 255 or 33.33% from 213); Blue value is 125 (49.22% from 255 or 58.69% from 213); Max value from RGB is 125 - color contains mainly: blue. Hex color #11477D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11477D is #EEB882. Grayscale: #3C3C3C. Windows color (decimal): -15644803 or 8210193. OLE color: 8210193.
HSL color Cylindrical-coordinate representation of color #11477D: hue angle of 210º 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 #11477D is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 71 | 125 | - |
| CMYK | 0.86 | 0.43 | 0 | 0.51 |
| HSL | 210º | 0.76% | 0.28% | - |
| HSV(B) | 210º | 0.86% | 0.49% | - |
| XYZ | 6.19 | 6.11 | 20.25 | - |
| YUV | 61.01 | 164.11 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 71 | 125 | 0.86 | 0.43 | 0 | 0.51 | 210 | 0.76 | 0.28 |
| Hex | 11 | 47 | 7D | 56 | 2B | 0 | 33 | D2 | 4C | 1C |
| Octal | 21 | 107 | 175 | 126 | 53 | 0 | 63 | 322 | 114 | 34 |
| Binary | 10001 | 1000111 | 1111101 | 1010110 | 101011 | 0 | 110011 | 11010010 | 1001100 | 11100 |
Color Harmonies of #11477D
Complementary color
Monochromatic Colors of #11477D
Black with #11477D
Text Example
Text Example
White with #11477D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11477D; }
p { color: rgb(17,71,125); }
H1.HeaderClassName
{
color: #11477D;
}
.AnyTagClassName
{
color: #11477D;
}
</style>
background-color css
<style>
a { background-color: #11477D; }
a { background-color: rgb(17,71,125); }
div.DivClassName
{
background-color: #11477D;
}
.BgClassName
{
background-color: #11477D;
}
</style>
border-color css
<style>
span { border-color: #11477D; }
span { border-color: rgb(17,71,125); }
td.TdClassName
{
border-color: #11477D;
}
.TagClassName
{
border-color: #11477D;
}
</style>