Shades of Dark Cerulean #10446D
Tints of Dark Cerulean #10446D
RGB
CMYK
RGB Variations
Color information
#10446D (or 0x10446D) is known color: Dark Cerulean. HEX triplet: 10, 44 and 6D. RGB value is (16,68,109). Sum of RGB (Red+Green+Blue) = 16+68+109=193 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.29% from 193); Green value is 68 (26.95% from 255 or 35.23% from 193); Blue value is 109 (42.97% from 255 or 56.48% from 193); Max value from RGB is 109 - color contains mainly: blue. Hex color #10446D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10446D is #EFBB92. Grayscale: #383838. Windows color (decimal): -15711123 or 7160848. OLE color: 7160848.
HSL color Cylindrical-coordinate representation of color #10446D: hue angle of 206.45º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10446D is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 16 | 68 | 109 | - |
| CMYK | 0.85 | 0.38 | 0 | 0.57 |
| HSL | 206.45º | 0.74% | 0.25% | - |
| HSV(B) | 206.45º | 0.85% | 0.43% | - |
| XYZ | 5.04 | 5.35 | 15.23 | - |
| YUV | 57.13 | 157.27 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 68 | 109 | 0.85 | 0.38 | 0 | 0.57 | 206.45 | 0.74 | 0.25 |
| Hex | 10 | 44 | 6D | 55 | 26 | 0 | 39 | CE | 4A | 19 |
| Octal | 20 | 104 | 155 | 125 | 46 | 0 | 71 | 316 | 112 | 31 |
| Binary | 10000 | 1000100 | 1101101 | 1010101 | 100110 | 0 | 111001 | 11001110 | 1001010 | 11001 |
Color Harmonies of #10446D
Complementary color
Monochromatic Colors of #10446D
Black with #10446D
Text Example
Text Example
White with #10446D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10446D; }
p { color: rgb(16,68,109); }
H1.HeaderClassName
{
color: #10446D;
}
.AnyTagClassName
{
color: #10446D;
}
</style>
background-color css
<style>
a { background-color: #10446D; }
a { background-color: rgb(16,68,109); }
div.DivClassName
{
background-color: #10446D;
}
.BgClassName
{
background-color: #10446D;
}
</style>
border-color css
<style>
span { border-color: #10446D; }
span { border-color: rgb(16,68,109); }
td.TdClassName
{
border-color: #10446D;
}
.TagClassName
{
border-color: #10446D;
}
</style>