Shades of Dark Cerulean #0A478D
Tints of Dark Cerulean #0A478D
RGB
CMYK
RGB Variations
Color information
#0A478D (or 0x0A478D) is known color: Dark Cerulean. HEX triplet: 0A, 47 and 8D. RGB value is (10,71,141). Sum of RGB (Red+Green+Blue) = 10+71+141=222 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.50% from 222); Green value is 71 (28.12% from 255 or 31.98% from 222); Blue value is 141 (55.47% from 255 or 63.51% from 222); Max value from RGB is 141 - color contains mainly: blue. Hex color #0A478D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A478D is #F5B872. Grayscale: #3C3C3C. Windows color (decimal): -16103539 or 9258762. OLE color: 9258762.
HSL color Cylindrical-coordinate representation of color #0A478D: hue angle of 212.06º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A478D is Cyan = 0.93, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 10 | 71 | 141 | - |
| CMYK | 0.93 | 0.50 | 0 | 0.45 |
| HSL | 212.06º | 0.87% | 0.3% | - |
| HSV(B) | 212.06º | 0.93% | 0.55% | - |
| XYZ | 7.19 | 6.49 | 26.07 | - |
| YUV | 60.74 | 173.29 | 91.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 71 | 141 | 0.93 | 0.50 | 0 | 0.45 | 212.06 | 0.87 | 0.3 |
| Hex | A | 47 | 8D | 5D | 32 | 0 | 2D | D4 | 57 | 1E |
| Octal | 12 | 107 | 215 | 135 | 62 | 0 | 55 | 324 | 127 | 36 |
| Binary | 1010 | 1000111 | 10001101 | 1011101 | 110010 | 0 | 101101 | 11010100 | 1010111 | 11110 |
Color Harmonies of #0A478D
Complementary color
Monochromatic Colors of #0A478D
Black with #0A478D
Text Example
Text Example
White with #0A478D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A478D; }
p { color: rgb(10,71,141); }
H1.HeaderClassName
{
color: #0A478D;
}
.AnyTagClassName
{
color: #0A478D;
}
</style>
background-color css
<style>
a { background-color: #0A478D; }
a { background-color: rgb(10,71,141); }
div.DivClassName
{
background-color: #0A478D;
}
.BgClassName
{
background-color: #0A478D;
}
</style>
border-color css
<style>
span { border-color: #0A478D; }
span { border-color: rgb(10,71,141); }
td.TdClassName
{
border-color: #0A478D;
}
.TagClassName
{
border-color: #0A478D;
}
</style>