Shades of Dark Cerulean #0A458E
Tints of Dark Cerulean #0A458E
RGB
CMYK
RGB Variations
Color information
#0A458E (or 0x0A458E) is known color: Dark Cerulean. HEX triplet: 0A, 45 and 8E. RGB value is (10,69,142). Sum of RGB (Red+Green+Blue) = 10+69+142=221 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.52% from 221); Green value is 69 (27.34% from 255 or 31.22% from 221); Blue value is 142 (55.86% from 255 or 64.25% from 221); Max value from RGB is 142 - color contains mainly: blue. Hex color #0A458E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A458E is #F5BA71. Grayscale: #3B3B3B. Windows color (decimal): -16104050 or 9323786. OLE color: 9323786.
HSL color Cylindrical-coordinate representation of color #0A458E: hue angle of 213.18º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A458E is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 10 | 69 | 142 | - |
| CMYK | 0.93 | 0.51 | 0 | 0.44 |
| HSL | 213.18º | 0.87% | 0.3% | - |
| HSV(B) | 213.18º | 0.93% | 0.56% | - |
| XYZ | 7.14 | 6.27 | 26.43 | - |
| YUV | 59.68 | 174.45 | 92.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 69 | 142 | 0.93 | 0.51 | 0 | 0.44 | 213.18 | 0.87 | 0.3 |
| Hex | A | 45 | 8E | 5D | 33 | 0 | 2C | D5 | 57 | 1E |
| Octal | 12 | 105 | 216 | 135 | 63 | 0 | 54 | 325 | 127 | 36 |
| Binary | 1010 | 1000101 | 10001110 | 1011101 | 110011 | 0 | 101100 | 11010101 | 1010111 | 11110 |
Color Harmonies of #0A458E
Complementary color
Monochromatic Colors of #0A458E
Black with #0A458E
Text Example
Text Example
White with #0A458E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A458E; }
p { color: rgb(10,69,142); }
H1.HeaderClassName
{
color: #0A458E;
}
.AnyTagClassName
{
color: #0A458E;
}
</style>
background-color css
<style>
a { background-color: #0A458E; }
a { background-color: rgb(10,69,142); }
div.DivClassName
{
background-color: #0A458E;
}
.BgClassName
{
background-color: #0A458E;
}
</style>
border-color css
<style>
span { border-color: #0A458E; }
span { border-color: rgb(10,69,142); }
td.TdClassName
{
border-color: #0A458E;
}
.TagClassName
{
border-color: #0A458E;
}
</style>