Shades of Dark Cerulean #11528A
Tints of Dark Cerulean #11528A
RGB
CMYK
RGB Variations
Color information
#11528A (or 0x11528A) is known color: Dark Cerulean. HEX triplet: 11, 52 and 8A. RGB value is (17,82,138). Sum of RGB (Red+Green+Blue) = 17+82+138=237 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.17% from 237); Green value is 82 (32.42% from 255 or 34.60% from 237); Blue value is 138 (54.30% from 255 or 58.23% from 237); Max value from RGB is 138 - color contains mainly: blue. Hex color #11528A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11528A is #EEAD75. Grayscale: #444444. Windows color (decimal): -15641974 or 9064977. OLE color: 9064977.
HSL color Cylindrical-coordinate representation of color #11528A: hue angle of 207.77º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11528A is Cyan = 0.88, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 17 | 82 | 138 | - |
| CMYK | 0.88 | 0.41 | 0 | 0.46 |
| HSL | 207.77º | 0.78% | 0.3% | - |
| HSV(B) | 207.77º | 0.88% | 0.54% | - |
| XYZ | 7.84 | 7.99 | 25.17 | - |
| YUV | 68.95 | 166.97 | 90.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 82 | 138 | 0.88 | 0.41 | 0 | 0.46 | 207.77 | 0.78 | 0.3 |
| Hex | 11 | 52 | 8A | 58 | 29 | 0 | 2E | D0 | 4E | 1E |
| Octal | 21 | 122 | 212 | 130 | 51 | 0 | 56 | 320 | 116 | 36 |
| Binary | 10001 | 1010010 | 10001010 | 1011000 | 101001 | 0 | 101110 | 11010000 | 1001110 | 11110 |
Color Harmonies of #11528A
Complementary color
Monochromatic Colors of #11528A
Black with #11528A
Text Example
Text Example
White with #11528A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11528A; }
p { color: rgb(17,82,138); }
H1.HeaderClassName
{
color: #11528A;
}
.AnyTagClassName
{
color: #11528A;
}
</style>
background-color css
<style>
a { background-color: #11528A; }
a { background-color: rgb(17,82,138); }
div.DivClassName
{
background-color: #11528A;
}
.BgClassName
{
background-color: #11528A;
}
</style>
border-color css
<style>
span { border-color: #11528A; }
span { border-color: rgb(17,82,138); }
td.TdClassName
{
border-color: #11528A;
}
.TagClassName
{
border-color: #11528A;
}
</style>