Shades of Dark Cerulean #10446C
Tints of Dark Cerulean #10446C
RGB
CMYK
RGB Variations
Color information
#10446C (or 0x10446C) is known color: Dark Cerulean. HEX triplet: 10, 44 and 6C. RGB value is (16,68,108). Sum of RGB (Red+Green+Blue) = 16+68+108=192 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.33% from 192); Green value is 68 (26.95% from 255 or 35.42% from 192); Blue value is 108 (42.58% from 255 or 56.25% from 192); Max value from RGB is 108 - color contains mainly: blue. Hex color #10446C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10446C is #EFBB93. Grayscale: #383838. Windows color (decimal): -15711124 or 7095312. OLE color: 7095312.
HSL color Cylindrical-coordinate representation of color #10446C: hue angle of 206.09º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10446C is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 16 | 68 | 108 | - |
| CMYK | 0.85 | 0.37 | 0 | 0.58 |
| HSL | 206.09º | 0.74% | 0.24% | - |
| HSV(B) | 206.09º | 0.85% | 0.42% | - |
| XYZ | 4.99 | 5.33 | 14.95 | - |
| YUV | 57.01 | 156.77 | 98.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 68 | 108 | 0.85 | 0.37 | 0 | 0.58 | 206.09 | 0.74 | 0.24 |
| Hex | 10 | 44 | 6C | 55 | 25 | 0 | 3A | CE | 4A | 18 |
| Octal | 20 | 104 | 154 | 125 | 45 | 0 | 72 | 316 | 112 | 30 |
| Binary | 10000 | 1000100 | 1101100 | 1010101 | 100101 | 0 | 111010 | 11001110 | 1001010 | 11000 |
Color Harmonies of #10446C
Complementary color
Monochromatic Colors of #10446C
Black with #10446C
Text Example
Text Example
White with #10446C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10446C; }
p { color: rgb(16,68,108); }
H1.HeaderClassName
{
color: #10446C;
}
.AnyTagClassName
{
color: #10446C;
}
</style>
background-color css
<style>
a { background-color: #10446C; }
a { background-color: rgb(16,68,108); }
div.DivClassName
{
background-color: #10446C;
}
.BgClassName
{
background-color: #10446C;
}
</style>
border-color css
<style>
span { border-color: #10446C; }
span { border-color: rgb(16,68,108); }
td.TdClassName
{
border-color: #10446C;
}
.TagClassName
{
border-color: #10446C;
}
</style>