Shades of Dark Cerulean #11446C
Tints of Dark Cerulean #11446C
RGB
CMYK
RGB Variations
Color information
#11446C (or 0x11446C) is known color: Dark Cerulean. HEX triplet: 11, 44 and 6C. RGB value is (17,68,108). Sum of RGB (Red+Green+Blue) = 17+68+108=193 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.81% from 193); Green value is 68 (26.95% from 255 or 35.23% from 193); Blue value is 108 (42.58% from 255 or 55.96% from 193); Max value from RGB is 108 - color contains mainly: blue. Hex color #11446C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11446C is #EEBB93. Grayscale: #393939. Windows color (decimal): -15645588 or 7095313. OLE color: 7095313.
HSL color Cylindrical-coordinate representation of color #11446C: hue angle of 206.37º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #11446C is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 17 | 68 | 108 | - |
| CMYK | 0.84 | 0.37 | 0 | 0.58 |
| HSL | 206.37º | 0.73% | 0.25% | - |
| HSV(B) | 206.37º | 0.84% | 0.42% | - |
| XYZ | 5.01 | 5.34 | 14.95 | - |
| YUV | 57.31 | 156.6 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 68 | 108 | 0.84 | 0.37 | 0 | 0.58 | 206.37 | 0.73 | 0.25 |
| Hex | 11 | 44 | 6C | 54 | 25 | 0 | 3A | CE | 49 | 19 |
| Octal | 21 | 104 | 154 | 124 | 45 | 0 | 72 | 316 | 111 | 31 |
| Binary | 10001 | 1000100 | 1101100 | 1010100 | 100101 | 0 | 111010 | 11001110 | 1001001 | 11001 |
Color Harmonies of #11446C
Complementary color
Monochromatic Colors of #11446C
Black with #11446C
Text Example
Text Example
White with #11446C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11446C; }
p { color: rgb(17,68,108); }
H1.HeaderClassName
{
color: #11446C;
}
.AnyTagClassName
{
color: #11446C;
}
</style>
background-color css
<style>
a { background-color: #11446C; }
a { background-color: rgb(17,68,108); }
div.DivClassName
{
background-color: #11446C;
}
.BgClassName
{
background-color: #11446C;
}
</style>
border-color css
<style>
span { border-color: #11446C; }
span { border-color: rgb(17,68,108); }
td.TdClassName
{
border-color: #11446C;
}
.TagClassName
{
border-color: #11446C;
}
</style>