Shades of Dark Cerulean #0A428E
Tints of Dark Cerulean #0A428E
RGB
CMYK
RGB Variations
Color information
#0A428E (or 0x0A428E) is known color: Dark Cerulean. HEX triplet: 0A, 42 and 8E. RGB value is (10,66,142). Sum of RGB (Red+Green+Blue) = 10+66+142=218 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.59% from 218); Green value is 66 (26.17% from 255 or 30.28% from 218); Blue value is 142 (55.86% from 255 or 65.14% from 218); Max value from RGB is 142 - color contains mainly: blue. Hex color #0A428E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A428E is #F5BD71. Grayscale: #393939. Windows color (decimal): -16104818 or 9323018. OLE color: 9323018.
HSL color Cylindrical-coordinate representation of color #0A428E: hue angle of 214.55º 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 #0A428E is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 10 | 66 | 142 | - |
| CMYK | 0.93 | 0.54 | 0 | 0.44 |
| HSL | 214.55º | 0.87% | 0.3% | - |
| HSV(B) | 214.55º | 0.93% | 0.56% | - |
| XYZ | 6.96 | 5.91 | 26.37 | - |
| YUV | 57.92 | 175.45 | 93.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 66 | 142 | 0.93 | 0.54 | 0 | 0.44 | 214.55 | 0.87 | 0.3 |
| Hex | A | 42 | 8E | 5D | 36 | 0 | 2C | D7 | 57 | 1E |
| Octal | 12 | 102 | 216 | 135 | 66 | 0 | 54 | 327 | 127 | 36 |
| Binary | 1010 | 1000010 | 10001110 | 1011101 | 110110 | 0 | 101100 | 11010111 | 1010111 | 11110 |
Color Harmonies of #0A428E
Complementary color
Monochromatic Colors of #0A428E
Black with #0A428E
Text Example
Text Example
White with #0A428E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A428E; }
p { color: rgb(10,66,142); }
H1.HeaderClassName
{
color: #0A428E;
}
.AnyTagClassName
{
color: #0A428E;
}
</style>
background-color css
<style>
a { background-color: #0A428E; }
a { background-color: rgb(10,66,142); }
div.DivClassName
{
background-color: #0A428E;
}
.BgClassName
{
background-color: #0A428E;
}
</style>
border-color css
<style>
span { border-color: #0A428E; }
span { border-color: rgb(10,66,142); }
td.TdClassName
{
border-color: #0A428E;
}
.TagClassName
{
border-color: #0A428E;
}
</style>