Shades of Dark Cerulean #0A467D
Tints of Dark Cerulean #0A467D
RGB
CMYK
RGB Variations
Color information
#0A467D (or 0x0A467D) is known color: Dark Cerulean. HEX triplet: 0A, 46 and 7D. RGB value is (10,70,125). Sum of RGB (Red+Green+Blue) = 10+70+125=205 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.88% from 205); Green value is 70 (27.73% from 255 or 34.15% from 205); Blue value is 125 (49.22% from 255 or 60.98% from 205); Max value from RGB is 125 - color contains mainly: blue. Hex color #0A467D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A467D is #F5B982. Grayscale: #3A3A3A. Windows color (decimal): -16103811 or 8209930. OLE color: 8209930.
HSL color Cylindrical-coordinate representation of color #0A467D: hue angle of 208.7º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A467D is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 10 | 70 | 125 | - |
| CMYK | 0.92 | 0.44 | 0 | 0.51 |
| HSL | 208.7º | 0.85% | 0.26% | - |
| HSV(B) | 208.7º | 0.92% | 0.49% | - |
| XYZ | 6.02 | 5.93 | 20.23 | - |
| YUV | 58.33 | 165.62 | 93.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 70 | 125 | 0.92 | 0.44 | 0 | 0.51 | 208.7 | 0.85 | 0.26 |
| Hex | A | 46 | 7D | 5C | 2C | 0 | 33 | D1 | 55 | 1A |
| Octal | 12 | 106 | 175 | 134 | 54 | 0 | 63 | 321 | 125 | 32 |
| Binary | 1010 | 1000110 | 1111101 | 1011100 | 101100 | 0 | 110011 | 11010001 | 1010101 | 11010 |
Color Harmonies of #0A467D
Complementary color
Monochromatic Colors of #0A467D
Black with #0A467D
Text Example
Text Example
White with #0A467D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A467D; }
p { color: rgb(10,70,125); }
H1.HeaderClassName
{
color: #0A467D;
}
.AnyTagClassName
{
color: #0A467D;
}
</style>
background-color css
<style>
a { background-color: #0A467D; }
a { background-color: rgb(10,70,125); }
div.DivClassName
{
background-color: #0A467D;
}
.BgClassName
{
background-color: #0A467D;
}
</style>
border-color css
<style>
span { border-color: #0A467D; }
span { border-color: rgb(10,70,125); }
td.TdClassName
{
border-color: #0A467D;
}
.TagClassName
{
border-color: #0A467D;
}
</style>