Shades of Dark Cerulean #0A408A
Tints of Dark Cerulean #0A408A
RGB
CMYK
RGB Variations
Color information
#0A408A (or 0x0A408A) is known color: Dark Cerulean. HEX triplet: 0A, 40 and 8A. RGB value is (10,64,138). Sum of RGB (Red+Green+Blue) = 10+64+138=212 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.72% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 138 (54.30% from 255 or 65.09% from 212); Max value from RGB is 138 - color contains mainly: blue. Hex color #0A408A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A408A is #F5BF75. Grayscale: #373737. Windows color (decimal): -16105334 or 9060362. OLE color: 9060362.
HSL color Cylindrical-coordinate representation of color #0A408A: hue angle of 214.69º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A408A is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 10 | 64 | 138 | - |
| CMYK | 0.93 | 0.54 | 0 | 0.46 |
| HSL | 214.69º | 0.86% | 0.29% | - |
| HSV(B) | 214.69º | 0.93% | 0.54% | - |
| XYZ | 6.55 | 5.57 | 24.77 | - |
| YUV | 56.29 | 174.11 | 94.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 64 | 138 | 0.93 | 0.54 | 0 | 0.46 | 214.69 | 0.86 | 0.29 |
| Hex | A | 40 | 8A | 5D | 36 | 0 | 2E | D7 | 56 | 1D |
| Octal | 12 | 100 | 212 | 135 | 66 | 0 | 56 | 327 | 126 | 35 |
| Binary | 1010 | 1000000 | 10001010 | 1011101 | 110110 | 0 | 101110 | 11010111 | 1010110 | 11101 |
Color Harmonies of #0A408A
Complementary color
Monochromatic Colors of #0A408A
Black with #0A408A
Text Example
Text Example
White with #0A408A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A408A; }
p { color: rgb(10,64,138); }
H1.HeaderClassName
{
color: #0A408A;
}
.AnyTagClassName
{
color: #0A408A;
}
</style>
background-color css
<style>
a { background-color: #0A408A; }
a { background-color: rgb(10,64,138); }
div.DivClassName
{
background-color: #0A408A;
}
.BgClassName
{
background-color: #0A408A;
}
</style>
border-color css
<style>
span { border-color: #0A408A; }
span { border-color: rgb(10,64,138); }
td.TdClassName
{
border-color: #0A408A;
}
.TagClassName
{
border-color: #0A408A;
}
</style>