Shades of Dark Cerulean #0A4F94
Tints of Dark Cerulean #0A4F94
RGB
CMYK
RGB Variations
Color information
#0A4F94 (or 0x0A4F94) is known color: Dark Cerulean. HEX triplet: 0A, 4F and 94. RGB value is (10,79,148). Sum of RGB (Red+Green+Blue) = 10+79+148=237 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.22% from 237); Green value is 79 (31.25% from 255 or 33.33% from 237); Blue value is 148 (58.20% from 255 or 62.45% from 237); Max value from RGB is 148 - color contains mainly: blue. Hex color #0A4F94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A4F94 is #F5B06B. Grayscale: #414141. Windows color (decimal): -16101484 or 9719562. OLE color: 9719562.
HSL color Cylindrical-coordinate representation of color #0A4F94: hue angle of 210º 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 #0A4F94 is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 10 | 79 | 148 | - |
| CMYK | 0.93 | 0.47 | 0 | 0.42 |
| HSL | 210º | 0.87% | 0.31% | - |
| HSV(B) | 210º | 0.93% | 0.58% | - |
| XYZ | 8.27 | 7.79 | 29.09 | - |
| YUV | 66.24 | 174.14 | 87.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 79 | 148 | 0.93 | 0.47 | 0 | 0.42 | 210 | 0.87 | 0.31 |
| Hex | A | 4F | 94 | 5D | 2F | 0 | 2A | D2 | 57 | 1F |
| Octal | 12 | 117 | 224 | 135 | 57 | 0 | 52 | 322 | 127 | 37 |
| Binary | 1010 | 1001111 | 10010100 | 1011101 | 101111 | 0 | 101010 | 11010010 | 1010111 | 11111 |
Color Harmonies of #0A4F94
Complementary color
Monochromatic Colors of #0A4F94
Black with #0A4F94
Text Example
Text Example
White with #0A4F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4F94; }
p { color: rgb(10,79,148); }
H1.HeaderClassName
{
color: #0A4F94;
}
.AnyTagClassName
{
color: #0A4F94;
}
</style>
background-color css
<style>
a { background-color: #0A4F94; }
a { background-color: rgb(10,79,148); }
div.DivClassName
{
background-color: #0A4F94;
}
.BgClassName
{
background-color: #0A4F94;
}
</style>
border-color css
<style>
span { border-color: #0A4F94; }
span { border-color: rgb(10,79,148); }
td.TdClassName
{
border-color: #0A4F94;
}
.TagClassName
{
border-color: #0A4F94;
}
</style>