Shades of Dark Cerulean #0A4E94
Tints of Dark Cerulean #0A4E94
RGB
CMYK
RGB Variations
Color information
#0A4E94 (or 0x0A4E94) is known color: Dark Cerulean. HEX triplet: 0A, 4E and 94. RGB value is (10,78,148). Sum of RGB (Red+Green+Blue) = 10+78+148=236 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.24% from 236); Green value is 78 (30.86% from 255 or 33.05% from 236); Blue value is 148 (58.20% from 255 or 62.71% from 236); Max value from RGB is 148 - color contains mainly: blue. Hex color #0A4E94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A4E94 is #F5B16B. Grayscale: #414141. Windows color (decimal): -16101740 or 9719306. OLE color: 9719306.
HSL color Cylindrical-coordinate representation of color #0A4E94: hue angle of 210.43º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A4E94 is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 10 | 78 | 148 | - |
| CMYK | 0.93 | 0.47 | 0 | 0.42 |
| HSL | 210.43º | 0.87% | 0.31% | - |
| HSV(B) | 210.43º | 0.93% | 0.58% | - |
| XYZ | 8.19 | 7.65 | 29.06 | - |
| YUV | 65.65 | 174.47 | 88.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 78 | 148 | 0.93 | 0.47 | 0 | 0.42 | 210.43 | 0.87 | 0.31 |
| Hex | A | 4E | 94 | 5D | 2F | 0 | 2A | D2 | 57 | 1F |
| Octal | 12 | 116 | 224 | 135 | 57 | 0 | 52 | 322 | 127 | 37 |
| Binary | 1010 | 1001110 | 10010100 | 1011101 | 101111 | 0 | 101010 | 11010010 | 1010111 | 11111 |
Color Harmonies of #0A4E94
Complementary color
Monochromatic Colors of #0A4E94
Black with #0A4E94
Text Example
Text Example
White with #0A4E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4E94; }
p { color: rgb(10,78,148); }
H1.HeaderClassName
{
color: #0A4E94;
}
.AnyTagClassName
{
color: #0A4E94;
}
</style>
background-color css
<style>
a { background-color: #0A4E94; }
a { background-color: rgb(10,78,148); }
div.DivClassName
{
background-color: #0A4E94;
}
.BgClassName
{
background-color: #0A4E94;
}
</style>
border-color css
<style>
span { border-color: #0A4E94; }
span { border-color: rgb(10,78,148); }
td.TdClassName
{
border-color: #0A4E94;
}
.TagClassName
{
border-color: #0A4E94;
}
</style>