Shades of Dark Cerulean #0A4E8D
Tints of Dark Cerulean #0A4E8D
RGB
CMYK
RGB Variations
Color information
#0A4E8D (or 0x0A4E8D) is known color: Dark Cerulean. HEX triplet: 0A, 4E and 8D. RGB value is (10,78,141). Sum of RGB (Red+Green+Blue) = 10+78+141=229 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.37% from 229); Green value is 78 (30.86% from 255 or 34.06% from 229); Blue value is 141 (55.47% from 255 or 61.57% from 229); Max value from RGB is 141 - color contains mainly: blue. Hex color #0A4E8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A4E8D is #F5B172. Grayscale: #404040. Windows color (decimal): -16101747 or 9260554. OLE color: 9260554.
HSL color Cylindrical-coordinate representation of color #0A4E8D: hue angle of 208.85º 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 #0A4E8D is Cyan = 0.93, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 10 | 78 | 141 | - |
| CMYK | 0.93 | 0.45 | 0 | 0.45 |
| HSL | 208.86º | 0.87% | 0.3% | - |
| HSV(B) | 208.86º | 0.93% | 0.55% | - |
| XYZ | 7.66 | 7.44 | 26.23 | - |
| YUV | 64.85 | 170.97 | 88.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 78 | 141 | 0.93 | 0.45 | 0 | 0.45 | 208.86 | 0.87 | 0.3 |
| Hex | A | 4E | 8D | 5D | 2D | 0 | 2D | D1 | 57 | 1E |
| Octal | 12 | 116 | 215 | 135 | 55 | 0 | 55 | 321 | 127 | 36 |
| Binary | 1010 | 1001110 | 10001101 | 1011101 | 101101 | 0 | 101101 | 11010001 | 1010111 | 11110 |
Color Harmonies of #0A4E8D
Complementary color
Monochromatic Colors of #0A4E8D
Black with #0A4E8D
Text Example
Text Example
White with #0A4E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4E8D; }
p { color: rgb(10,78,141); }
H1.HeaderClassName
{
color: #0A4E8D;
}
.AnyTagClassName
{
color: #0A4E8D;
}
</style>
background-color css
<style>
a { background-color: #0A4E8D; }
a { background-color: rgb(10,78,141); }
div.DivClassName
{
background-color: #0A4E8D;
}
.BgClassName
{
background-color: #0A4E8D;
}
</style>
border-color css
<style>
span { border-color: #0A4E8D; }
span { border-color: rgb(10,78,141); }
td.TdClassName
{
border-color: #0A4E8D;
}
.TagClassName
{
border-color: #0A4E8D;
}
</style>