Shades of Dark Cerulean #11438E
Tints of Dark Cerulean #11438E
RGB
CMYK
RGB Variations
Color information
#11438E (or 0x11438E) is known color: Dark Cerulean. HEX triplet: 11, 43 and 8E. RGB value is (17,67,142). Sum of RGB (Red+Green+Blue) = 17+67+142=226 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.52% from 226); Green value is 67 (26.56% from 255 or 29.65% from 226); Blue value is 142 (55.86% from 255 or 62.83% from 226); Max value from RGB is 142 - color contains mainly: blue. Hex color #11438E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11438E is #EEBC71. Grayscale: #3C3C3C. Windows color (decimal): -15645810 or 9323281. OLE color: 9323281.
HSL color Cylindrical-coordinate representation of color #11438E: hue angle of 216º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11438E is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 67 | 142 | - |
| CMYK | 0.88 | 0.53 | 0 | 0.44 |
| HSL | 216º | 0.79% | 0.31% | - |
| HSV(B) | 216º | 0.88% | 0.56% | - |
| XYZ | 7.12 | 6.09 | 26.39 | - |
| YUV | 60.6 | 173.94 | 96.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 67 | 142 | 0.88 | 0.53 | 0 | 0.44 | 216 | 0.79 | 0.31 |
| Hex | 11 | 43 | 8E | 58 | 35 | 0 | 2C | D8 | 4F | 1F |
| Octal | 21 | 103 | 216 | 130 | 65 | 0 | 54 | 330 | 117 | 37 |
| Binary | 10001 | 1000011 | 10001110 | 1011000 | 110101 | 0 | 101100 | 11011000 | 1001111 | 11111 |
Color Harmonies of #11438E
Complementary color
Monochromatic Colors of #11438E
Black with #11438E
Text Example
Text Example
White with #11438E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11438E; }
p { color: rgb(17,67,142); }
H1.HeaderClassName
{
color: #11438E;
}
.AnyTagClassName
{
color: #11438E;
}
</style>
background-color css
<style>
a { background-color: #11438E; }
a { background-color: rgb(17,67,142); }
div.DivClassName
{
background-color: #11438E;
}
.BgClassName
{
background-color: #11438E;
}
</style>
border-color css
<style>
span { border-color: #11438E; }
span { border-color: rgb(17,67,142); }
td.TdClassName
{
border-color: #11438E;
}
.TagClassName
{
border-color: #11438E;
}
</style>