Shades of Dark Cerulean #11418B
Tints of Dark Cerulean #11418B
RGB
CMYK
RGB Variations
Color information
#11418B (or 0x11418B) is known color: Dark Cerulean. HEX triplet: 11, 41 and 8B. RGB value is (17,65,139). Sum of RGB (Red+Green+Blue) = 17+65+139=221 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.69% from 221); Green value is 65 (25.78% from 255 or 29.41% from 221); Blue value is 139 (54.69% from 255 or 62.90% from 221); Max value from RGB is 139 - color contains mainly: blue. Hex color #11418B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11418B is #EEBE74. Grayscale: #3A3A3A. Windows color (decimal): -15646325 or 9126161. OLE color: 9126161.
HSL color Cylindrical-coordinate representation of color #11418B: hue angle of 216.39º 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 #11418B is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 17 | 65 | 139 | - |
| CMYK | 0.88 | 0.53 | 0 | 0.45 |
| HSL | 216.39º | 0.78% | 0.31% | - |
| HSV(B) | 216.39º | 0.88% | 0.55% | - |
| XYZ | 6.78 | 5.76 | 25.18 | - |
| YUV | 59.08 | 173.1 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 65 | 139 | 0.88 | 0.53 | 0 | 0.45 | 216.39 | 0.78 | 0.31 |
| Hex | 11 | 41 | 8B | 58 | 35 | 0 | 2D | D8 | 4E | 1F |
| Octal | 21 | 101 | 213 | 130 | 65 | 0 | 55 | 330 | 116 | 37 |
| Binary | 10001 | 1000001 | 10001011 | 1011000 | 110101 | 0 | 101101 | 11011000 | 1001110 | 11111 |
Color Harmonies of #11418B
Complementary color
Monochromatic Colors of #11418B
Black with #11418B
Text Example
Text Example
White with #11418B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11418B; }
p { color: rgb(17,65,139); }
H1.HeaderClassName
{
color: #11418B;
}
.AnyTagClassName
{
color: #11418B;
}
</style>
background-color css
<style>
a { background-color: #11418B; }
a { background-color: rgb(17,65,139); }
div.DivClassName
{
background-color: #11418B;
}
.BgClassName
{
background-color: #11418B;
}
</style>
border-color css
<style>
span { border-color: #11418B; }
span { border-color: rgb(17,65,139); }
td.TdClassName
{
border-color: #11418B;
}
.TagClassName
{
border-color: #11418B;
}
</style>