Shades of Dark Cerulean #0A406E
Tints of Dark Cerulean #0A406E
RGB
CMYK
RGB Variations
Color information
#0A406E (or 0x0A406E) is known color: Dark Cerulean. HEX triplet: 0A, 40 and 6E. RGB value is (10,64,110). Sum of RGB (Red+Green+Blue) = 10+64+110=184 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.43% from 184); Green value is 64 (25.39% from 255 or 34.78% from 184); Blue value is 110 (43.36% from 255 or 59.78% from 184); Max value from RGB is 110 - color contains mainly: blue. Hex color #0A406E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A406E is #F5BF91. Grayscale: #343434. Windows color (decimal): -16105362 or 7225354. OLE color: 7225354.
HSL color Cylindrical-coordinate representation of color #0A406E: hue angle of 207.6º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A406E is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 10 | 64 | 110 | - |
| CMYK | 0.91 | 0.42 | 0 | 0.57 |
| HSL | 207.6º | 0.83% | 0.24% | - |
| HSV(B) | 207.6º | 0.91% | 0.43% | - |
| XYZ | 4.77 | 4.86 | 15.44 | - |
| YUV | 53.1 | 160.11 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 64 | 110 | 0.91 | 0.42 | 0 | 0.57 | 207.6 | 0.83 | 0.24 |
| Hex | A | 40 | 6E | 5B | 2A | 0 | 39 | D0 | 53 | 18 |
| Octal | 12 | 100 | 156 | 133 | 52 | 0 | 71 | 320 | 123 | 30 |
| Binary | 1010 | 1000000 | 1101110 | 1011011 | 101010 | 0 | 111001 | 11010000 | 1010011 | 11000 |
Color Harmonies of #0A406E
Complementary color
Monochromatic Colors of #0A406E
Black with #0A406E
Text Example
Text Example
White with #0A406E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A406E; }
p { color: rgb(10,64,110); }
H1.HeaderClassName
{
color: #0A406E;
}
.AnyTagClassName
{
color: #0A406E;
}
</style>
background-color css
<style>
a { background-color: #0A406E; }
a { background-color: rgb(10,64,110); }
div.DivClassName
{
background-color: #0A406E;
}
.BgClassName
{
background-color: #0A406E;
}
</style>
border-color css
<style>
span { border-color: #0A406E; }
span { border-color: rgb(10,64,110); }
td.TdClassName
{
border-color: #0A406E;
}
.TagClassName
{
border-color: #0A406E;
}
</style>