Shades of Dark Cerulean #11466D
Tints of Dark Cerulean #11466D
RGB
CMYK
RGB Variations
Color information
#11466D (or 0x11466D) is known color: Dark Cerulean. HEX triplet: 11, 46 and 6D. RGB value is (17,70,109). Sum of RGB (Red+Green+Blue) = 17+70+109=196 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.67% from 196); Green value is 70 (27.73% from 255 or 35.71% from 196); Blue value is 109 (42.97% from 255 or 55.61% from 196); Max value from RGB is 109 - color contains mainly: blue. Hex color #11466D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11466D is #EEB992. Grayscale: #3A3A3A. Windows color (decimal): -15645075 or 7161361. OLE color: 7161361.
HSL color Cylindrical-coordinate representation of color #11466D: hue angle of 205.43º 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 #11466D is Cyan = 0.84, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 70 | 109 | - |
| CMYK | 0.84 | 0.36 | 0 | 0.57 |
| HSL | 205.43º | 0.73% | 0.25% | - |
| HSV(B) | 205.43º | 0.84% | 0.43% | - |
| XYZ | 5.18 | 5.6 | 15.28 | - |
| YUV | 58.6 | 156.44 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 70 | 109 | 0.84 | 0.36 | 0 | 0.57 | 205.43 | 0.73 | 0.25 |
| Hex | 11 | 46 | 6D | 54 | 24 | 0 | 39 | CD | 49 | 19 |
| Octal | 21 | 106 | 155 | 124 | 44 | 0 | 71 | 315 | 111 | 31 |
| Binary | 10001 | 1000110 | 1101101 | 1010100 | 100100 | 0 | 111001 | 11001101 | 1001001 | 11001 |
Color Harmonies of #11466D
Complementary color
Monochromatic Colors of #11466D
Black with #11466D
Text Example
Text Example
White with #11466D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11466D; }
p { color: rgb(17,70,109); }
H1.HeaderClassName
{
color: #11466D;
}
.AnyTagClassName
{
color: #11466D;
}
</style>
background-color css
<style>
a { background-color: #11466D; }
a { background-color: rgb(17,70,109); }
div.DivClassName
{
background-color: #11466D;
}
.BgClassName
{
background-color: #11466D;
}
</style>
border-color css
<style>
span { border-color: #11466D; }
span { border-color: rgb(17,70,109); }
td.TdClassName
{
border-color: #11466D;
}
.TagClassName
{
border-color: #11466D;
}
</style>