Shades of Dark Cerulean #11548B
Tints of Dark Cerulean #11548B
RGB
CMYK
RGB Variations
Color information
#11548B (or 0x11548B) is known color: Dark Cerulean. HEX triplet: 11, 54 and 8B. RGB value is (17,84,139). Sum of RGB (Red+Green+Blue) = 17+84+139=240 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.08% from 240); Green value is 84 (33.20% from 255 or 35% from 240); Blue value is 139 (54.69% from 255 or 57.92% from 240); Max value from RGB is 139 - color contains mainly: blue. Hex color #11548B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11548B is #EEAB74. Grayscale: #454545. Windows color (decimal): -15641461 or 9131025. OLE color: 9131025.
HSL color Cylindrical-coordinate representation of color #11548B: hue angle of 207.05º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11548B is Cyan = 0.88, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 17 | 84 | 139 | - |
| CMYK | 0.88 | 0.40 | 0 | 0.45 |
| HSL | 207.05º | 0.78% | 0.31% | - |
| HSV(B) | 207.05º | 0.88% | 0.55% | - |
| XYZ | 8.06 | 8.32 | 25.61 | - |
| YUV | 70.24 | 166.8 | 90.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 84 | 139 | 0.88 | 0.40 | 0 | 0.45 | 207.05 | 0.78 | 0.31 |
| Hex | 11 | 54 | 8B | 58 | 28 | 0 | 2D | CF | 4E | 1F |
| Octal | 21 | 124 | 213 | 130 | 50 | 0 | 55 | 317 | 116 | 37 |
| Binary | 10001 | 1010100 | 10001011 | 1011000 | 101000 | 0 | 101101 | 11001111 | 1001110 | 11111 |
Color Harmonies of #11548B
Complementary color
Monochromatic Colors of #11548B
Black with #11548B
Text Example
Text Example
White with #11548B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11548B; }
p { color: rgb(17,84,139); }
H1.HeaderClassName
{
color: #11548B;
}
.AnyTagClassName
{
color: #11548B;
}
</style>
background-color css
<style>
a { background-color: #11548B; }
a { background-color: rgb(17,84,139); }
div.DivClassName
{
background-color: #11548B;
}
.BgClassName
{
background-color: #11548B;
}
</style>
border-color css
<style>
span { border-color: #11548B; }
span { border-color: rgb(17,84,139); }
td.TdClassName
{
border-color: #11548B;
}
.TagClassName
{
border-color: #11548B;
}
</style>