Shades of Dark Cerulean #11446D
Tints of Dark Cerulean #11446D
RGB
CMYK
RGB Variations
Color information
#11446D (or 0x11446D) is known color: Dark Cerulean. HEX triplet: 11, 44 and 6D. RGB value is (17,68,109). Sum of RGB (Red+Green+Blue) = 17+68+109=194 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.76% from 194); Green value is 68 (26.95% from 255 or 35.05% from 194); Blue value is 109 (42.97% from 255 or 56.19% from 194); Max value from RGB is 109 - color contains mainly: blue. Hex color #11446D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11446D is #EEBB92. Grayscale: #393939. Windows color (decimal): -15645587 or 7160849. OLE color: 7160849.
HSL color Cylindrical-coordinate representation of color #11446D: hue angle of 206.74º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #11446D is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 68 | 109 | - |
| CMYK | 0.84 | 0.38 | 0 | 0.57 |
| HSL | 206.74º | 0.73% | 0.25% | - |
| HSV(B) | 206.74º | 0.84% | 0.43% | - |
| XYZ | 5.06 | 5.36 | 15.24 | - |
| YUV | 57.43 | 157.1 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 68 | 109 | 0.84 | 0.38 | 0 | 0.57 | 206.74 | 0.73 | 0.25 |
| Hex | 11 | 44 | 6D | 54 | 26 | 0 | 39 | CF | 49 | 19 |
| Octal | 21 | 104 | 155 | 124 | 46 | 0 | 71 | 317 | 111 | 31 |
| Binary | 10001 | 1000100 | 1101101 | 1010100 | 100110 | 0 | 111001 | 11001111 | 1001001 | 11001 |
Color Harmonies of #11446D
Complementary color
Monochromatic Colors of #11446D
Black with #11446D
Text Example
Text Example
White with #11446D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11446D; }
p { color: rgb(17,68,109); }
H1.HeaderClassName
{
color: #11446D;
}
.AnyTagClassName
{
color: #11446D;
}
</style>
background-color css
<style>
a { background-color: #11446D; }
a { background-color: rgb(17,68,109); }
div.DivClassName
{
background-color: #11446D;
}
.BgClassName
{
background-color: #11446D;
}
</style>
border-color css
<style>
span { border-color: #11446D; }
span { border-color: rgb(17,68,109); }
td.TdClassName
{
border-color: #11446D;
}
.TagClassName
{
border-color: #11446D;
}
</style>