Shades of Dark Cerulean #0A4791
Tints of Dark Cerulean #0A4791
RGB
CMYK
RGB Variations
Color information
#0A4791 (or 0x0A4791) is known color: Dark Cerulean. HEX triplet: 0A, 47 and 91. RGB value is (10,71,145). Sum of RGB (Red+Green+Blue) = 10+71+145=226 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.42% from 226); Green value is 71 (28.12% from 255 or 31.42% from 226); Blue value is 145 (57.03% from 255 or 64.16% from 226); Max value from RGB is 145 - color contains mainly: blue. Hex color #0A4791 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A4791 is #F5B86E. Grayscale: #3C3C3C. Windows color (decimal): -16103535 or 9520906. OLE color: 9520906.
HSL color Cylindrical-coordinate representation of color #0A4791: hue angle of 212.89º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A4791 is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 10 | 71 | 145 | - |
| CMYK | 0.93 | 0.51 | 0 | 0.43 |
| HSL | 212.89º | 0.87% | 0.3% | - |
| HSV(B) | 212.89º | 0.93% | 0.57% | - |
| XYZ | 7.49 | 6.62 | 27.67 | - |
| YUV | 61.2 | 175.29 | 91.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 71 | 145 | 0.93 | 0.51 | 0 | 0.43 | 212.89 | 0.87 | 0.3 |
| Hex | A | 47 | 91 | 5D | 33 | 0 | 2B | D5 | 57 | 1E |
| Octal | 12 | 107 | 221 | 135 | 63 | 0 | 53 | 325 | 127 | 36 |
| Binary | 1010 | 1000111 | 10010001 | 1011101 | 110011 | 0 | 101011 | 11010101 | 1010111 | 11110 |
Color Harmonies of #0A4791
Complementary color
Monochromatic Colors of #0A4791
Black with #0A4791
Text Example
Text Example
White with #0A4791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4791; }
p { color: rgb(10,71,145); }
H1.HeaderClassName
{
color: #0A4791;
}
.AnyTagClassName
{
color: #0A4791;
}
</style>
background-color css
<style>
a { background-color: #0A4791; }
a { background-color: rgb(10,71,145); }
div.DivClassName
{
background-color: #0A4791;
}
.BgClassName
{
background-color: #0A4791;
}
</style>
border-color css
<style>
span { border-color: #0A4791; }
span { border-color: rgb(10,71,145); }
td.TdClassName
{
border-color: #0A4791;
}
.TagClassName
{
border-color: #0A4791;
}
</style>