Shades of Navy Blue #0947E0
Tints of Navy Blue #0947E0
RGB
CMYK
RGB Variations
Color information
#0947E0 (or 0x0947E0) is known color: Navy Blue. HEX triplet: 09, 47 and E0. RGB value is (9,71,224). Sum of RGB (Red+Green+Blue) = 9+71+224=304 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.96% from 304); Green value is 71 (28.12% from 255 or 23.36% from 304); Blue value is 224 (87.89% from 255 or 73.68% from 304); Max value from RGB is 224 - color contains mainly: blue. Hex color #0947E0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0947E0 is #F6B81F. Grayscale: #454545. Windows color (decimal): -16168992 or 14698249. OLE color: 14698249.
HSL color Cylindrical-coordinate representation of color #0947E0: hue angle of 222.7º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0947E0 is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 9 | 71 | 224 | - |
| CMYK | 0.96 | 0.68 | 0 | 0.12 |
| HSL | 222.7º | 0.92% | 0.46% | - |
| HSV(B) | 222.7º | 0.96% | 0.88% | - |
| XYZ | 15.82 | 9.95 | 71.61 | - |
| YUV | 69.9 | 214.96 | 84.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 71 | 224 | 0.96 | 0.68 | 0 | 0.12 | 222.7 | 0.92 | 0.46 |
| Hex | 9 | 47 | E0 | 60 | 44 | 0 | C | DF | 5C | 2E |
| Octal | 11 | 107 | 340 | 140 | 104 | 0 | 14 | 337 | 134 | 56 |
| Binary | 1001 | 1000111 | 11100000 | 1100000 | 1000100 | 0 | 1100 | 11011111 | 1011100 | 101110 |
Color Harmonies of #0947E0
Complementary color
Monochromatic Colors of #0947E0
Black with #0947E0
Text Example
Text Example
White with #0947E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0947E0; }
p { color: rgb(9,71,224); }
H1.HeaderClassName
{
color: #0947E0;
}
.AnyTagClassName
{
color: #0947E0;
}
</style>
background-color css
<style>
a { background-color: #0947E0; }
a { background-color: rgb(9,71,224); }
div.DivClassName
{
background-color: #0947E0;
}
.BgClassName
{
background-color: #0947E0;
}
</style>
border-color css
<style>
span { border-color: #0947E0; }
span { border-color: rgb(9,71,224); }
td.TdClassName
{
border-color: #0947E0;
}
.TagClassName
{
border-color: #0947E0;
}
</style>