Shades of Dark Cerulean #11547B
Tints of Dark Cerulean #11547B
RGB
CMYK
RGB Variations
Color information
#11547B (or 0x11547B) is known color: Dark Cerulean. HEX triplet: 11, 54 and 7B. RGB value is (17,84,123). Sum of RGB (Red+Green+Blue) = 17+84+123=224 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.59% from 224); Green value is 84 (33.20% from 255 or 37.5% from 224); Blue value is 123 (48.44% from 255 or 54.91% from 224); Max value from RGB is 123 - color contains mainly: blue. Hex color #11547B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11547B is #EEAB84. Grayscale: #444444. Windows color (decimal): -15641477 or 8082449. OLE color: 8082449.
HSL color Cylindrical-coordinate representation of color #11547B: hue angle of 202.08º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11547B is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 17 | 84 | 123 | - |
| CMYK | 0.86 | 0.32 | 0 | 0.52 |
| HSL | 202.08º | 0.76% | 0.27% | - |
| HSV(B) | 202.08º | 0.86% | 0.48% | - |
| XYZ | 6.98 | 7.89 | 19.89 | - |
| YUV | 68.41 | 158.8 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 84 | 123 | 0.86 | 0.32 | 0 | 0.52 | 202.08 | 0.76 | 0.27 |
| Hex | 11 | 54 | 7B | 56 | 20 | 0 | 34 | CA | 4C | 1B |
| Octal | 21 | 124 | 173 | 126 | 40 | 0 | 64 | 312 | 114 | 33 |
| Binary | 10001 | 1010100 | 1111011 | 1010110 | 100000 | 0 | 110100 | 11001010 | 1001100 | 11011 |
Color Harmonies of #11547B
Complementary color
Monochromatic Colors of #11547B
Black with #11547B
Text Example
Text Example
White with #11547B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11547B; }
p { color: rgb(17,84,123); }
H1.HeaderClassName
{
color: #11547B;
}
.AnyTagClassName
{
color: #11547B;
}
</style>
background-color css
<style>
a { background-color: #11547B; }
a { background-color: rgb(17,84,123); }
div.DivClassName
{
background-color: #11547B;
}
.BgClassName
{
background-color: #11547B;
}
</style>
border-color css
<style>
span { border-color: #11547B; }
span { border-color: rgb(17,84,123); }
td.TdClassName
{
border-color: #11547B;
}
.TagClassName
{
border-color: #11547B;
}
</style>