Shades of Dark Cerulean #11547C
Tints of Dark Cerulean #11547C
RGB
CMYK
RGB Variations
Color information
#11547C (or 0x11547C) is known color: Dark Cerulean. HEX triplet: 11, 54 and 7C. RGB value is (17,84,124). Sum of RGB (Red+Green+Blue) = 17+84+124=225 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.56% from 225); Green value is 84 (33.20% from 255 or 37.33% from 225); Blue value is 124 (48.83% from 255 or 55.11% from 225); Max value from RGB is 124 - color contains mainly: blue. Hex color #11547C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11547C is #EEAB83. Grayscale: #444444. Windows color (decimal): -15641476 or 8147985. OLE color: 8147985.
HSL color Cylindrical-coordinate representation of color #11547C: hue angle of 202.43º 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 #11547C is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 84 | 124 | - |
| CMYK | 0.86 | 0.32 | 0 | 0.51 |
| HSL | 202.43º | 0.76% | 0.28% | - |
| HSV(B) | 202.43º | 0.86% | 0.49% | - |
| XYZ | 7.04 | 7.92 | 20.23 | - |
| YUV | 68.53 | 159.3 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 84 | 124 | 0.86 | 0.32 | 0 | 0.51 | 202.43 | 0.76 | 0.28 |
| Hex | 11 | 54 | 7C | 56 | 20 | 0 | 33 | CA | 4C | 1C |
| Octal | 21 | 124 | 174 | 126 | 40 | 0 | 63 | 312 | 114 | 34 |
| Binary | 10001 | 1010100 | 1111100 | 1010110 | 100000 | 0 | 110011 | 11001010 | 1001100 | 11100 |
Color Harmonies of #11547C
Complementary color
Monochromatic Colors of #11547C
Black with #11547C
Text Example
Text Example
White with #11547C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11547C; }
p { color: rgb(17,84,124); }
H1.HeaderClassName
{
color: #11547C;
}
.AnyTagClassName
{
color: #11547C;
}
</style>
background-color css
<style>
a { background-color: #11547C; }
a { background-color: rgb(17,84,124); }
div.DivClassName
{
background-color: #11547C;
}
.BgClassName
{
background-color: #11547C;
}
</style>
border-color css
<style>
span { border-color: #11547C; }
span { border-color: rgb(17,84,124); }
td.TdClassName
{
border-color: #11547C;
}
.TagClassName
{
border-color: #11547C;
}
</style>