Shades of Dark Cerulean #0A498D
Tints of Dark Cerulean #0A498D
RGB
CMYK
RGB Variations
Color information
#0A498D (or 0x0A498D) is known color: Dark Cerulean. HEX triplet: 0A, 49 and 8D. RGB value is (10,73,141). Sum of RGB (Red+Green+Blue) = 10+73+141=224 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.46% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 141 (55.47% from 255 or 62.95% from 224); Max value from RGB is 141 - color contains mainly: blue. Hex color #0A498D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A498D is #F5B672. Grayscale: #3D3D3D. Windows color (decimal): -16103027 or 9259274. OLE color: 9259274.
HSL color Cylindrical-coordinate representation of color #0A498D: hue angle of 211.15º 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 #0A498D is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 10 | 73 | 141 | - |
| CMYK | 0.93 | 0.48 | 0 | 0.45 |
| HSL | 211.15º | 0.87% | 0.3% | - |
| HSV(B) | 211.15º | 0.93% | 0.55% | - |
| XYZ | 7.32 | 6.75 | 26.12 | - |
| YUV | 61.92 | 172.63 | 90.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 73 | 141 | 0.93 | 0.48 | 0 | 0.45 | 211.15 | 0.87 | 0.3 |
| Hex | A | 49 | 8D | 5D | 30 | 0 | 2D | D3 | 57 | 1E |
| Octal | 12 | 111 | 215 | 135 | 60 | 0 | 55 | 323 | 127 | 36 |
| Binary | 1010 | 1001001 | 10001101 | 1011101 | 110000 | 0 | 101101 | 11010011 | 1010111 | 11110 |
Color Harmonies of #0A498D
Complementary color
Monochromatic Colors of #0A498D
Black with #0A498D
Text Example
Text Example
White with #0A498D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A498D; }
p { color: rgb(10,73,141); }
H1.HeaderClassName
{
color: #0A498D;
}
.AnyTagClassName
{
color: #0A498D;
}
</style>
background-color css
<style>
a { background-color: #0A498D; }
a { background-color: rgb(10,73,141); }
div.DivClassName
{
background-color: #0A498D;
}
.BgClassName
{
background-color: #0A498D;
}
</style>
border-color css
<style>
span { border-color: #0A498D; }
span { border-color: rgb(10,73,141); }
td.TdClassName
{
border-color: #0A498D;
}
.TagClassName
{
border-color: #0A498D;
}
</style>