Shades of Dark Cerulean #0A4789
Tints of Dark Cerulean #0A4789
RGB
CMYK
RGB Variations
Color information
#0A4789 (or 0x0A4789) is known color: Dark Cerulean. HEX triplet: 0A, 47 and 89. RGB value is (10,71,137). Sum of RGB (Red+Green+Blue) = 10+71+137=218 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.59% from 218); Green value is 71 (28.12% from 255 or 32.57% from 218); Blue value is 137 (53.91% from 255 or 62.84% from 218); Max value from RGB is 137 - color contains mainly: blue. Hex color #0A4789 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A4789 is #F5B876. Grayscale: #3B3B3B. Windows color (decimal): -16103543 or 8996618. OLE color: 8996618.
HSL color Cylindrical-coordinate representation of color #0A4789: hue angle of 211.18º 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 #0A4789 is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 10 | 71 | 137 | - |
| CMYK | 0.93 | 0.48 | 0 | 0.46 |
| HSL | 211.18º | 0.86% | 0.29% | - |
| HSV(B) | 211.18º | 0.93% | 0.54% | - |
| XYZ | 6.89 | 6.38 | 24.53 | - |
| YUV | 60.29 | 171.29 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 71 | 137 | 0.93 | 0.48 | 0 | 0.46 | 211.18 | 0.86 | 0.29 |
| Hex | A | 47 | 89 | 5D | 30 | 0 | 2E | D3 | 56 | 1D |
| Octal | 12 | 107 | 211 | 135 | 60 | 0 | 56 | 323 | 126 | 35 |
| Binary | 1010 | 1000111 | 10001001 | 1011101 | 110000 | 0 | 101110 | 11010011 | 1010110 | 11101 |
Color Harmonies of #0A4789
Complementary color
Monochromatic Colors of #0A4789
Black with #0A4789
Text Example
Text Example
White with #0A4789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4789; }
p { color: rgb(10,71,137); }
H1.HeaderClassName
{
color: #0A4789;
}
.AnyTagClassName
{
color: #0A4789;
}
</style>
background-color css
<style>
a { background-color: #0A4789; }
a { background-color: rgb(10,71,137); }
div.DivClassName
{
background-color: #0A4789;
}
.BgClassName
{
background-color: #0A4789;
}
</style>
border-color css
<style>
span { border-color: #0A4789; }
span { border-color: rgb(10,71,137); }
td.TdClassName
{
border-color: #0A4789;
}
.TagClassName
{
border-color: #0A4789;
}
</style>