Shades of Dark Cerulean #11547D
Tints of Dark Cerulean #11547D
RGB
CMYK
RGB Variations
Color information
#11547D (or 0x11547D) is known color: Dark Cerulean. HEX triplet: 11, 54 and 7D. RGB value is (17,84,125). Sum of RGB (Red+Green+Blue) = 17+84+125=226 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.52% from 226); Green value is 84 (33.20% from 255 or 37.17% from 226); Blue value is 125 (49.22% from 255 or 55.31% from 226); Max value from RGB is 125 - color contains mainly: blue. Hex color #11547D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11547D is #EEAB82. Grayscale: #444444. Windows color (decimal): -15641475 or 8213521. OLE color: 8213521.
HSL color Cylindrical-coordinate representation of color #11547D: hue angle of 202.78º 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 #11547D is Cyan = 0.86, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 84 | 125 | - |
| CMYK | 0.86 | 0.33 | 0 | 0.51 |
| HSL | 202.78º | 0.76% | 0.28% | - |
| HSV(B) | 202.78º | 0.86% | 0.49% | - |
| XYZ | 7.1 | 7.94 | 20.56 | - |
| YUV | 68.64 | 159.8 | 91.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 84 | 125 | 0.86 | 0.33 | 0 | 0.51 | 202.78 | 0.76 | 0.28 |
| Hex | 11 | 54 | 7D | 56 | 21 | 0 | 33 | CB | 4C | 1C |
| Octal | 21 | 124 | 175 | 126 | 41 | 0 | 63 | 313 | 114 | 34 |
| Binary | 10001 | 1010100 | 1111101 | 1010110 | 100001 | 0 | 110011 | 11001011 | 1001100 | 11100 |
Color Harmonies of #11547D
Complementary color
Monochromatic Colors of #11547D
Black with #11547D
Text Example
Text Example
White with #11547D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11547D; }
p { color: rgb(17,84,125); }
H1.HeaderClassName
{
color: #11547D;
}
.AnyTagClassName
{
color: #11547D;
}
</style>
background-color css
<style>
a { background-color: #11547D; }
a { background-color: rgb(17,84,125); }
div.DivClassName
{
background-color: #11547D;
}
.BgClassName
{
background-color: #11547D;
}
</style>
border-color css
<style>
span { border-color: #11547D; }
span { border-color: rgb(17,84,125); }
td.TdClassName
{
border-color: #11547D;
}
.TagClassName
{
border-color: #11547D;
}
</style>