Shades of Navy Blue #0947E3
Tints of Navy Blue #0947E3
RGB
CMYK
RGB Variations
Color information
#0947E3 (or 0x0947E3) is known color: Navy Blue. HEX triplet: 09, 47 and E3. RGB value is (9,71,227). Sum of RGB (Red+Green+Blue) = 9+71+227=307 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.93% from 307); Green value is 71 (28.12% from 255 or 23.13% from 307); Blue value is 227 (89.06% from 255 or 73.94% from 307); Max value from RGB is 227 - color contains mainly: blue. Hex color #0947E3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0947E3 is #F6B81C. Grayscale: #454545. Windows color (decimal): -16168989 or 14894857. OLE color: 14894857.
HSL color Cylindrical-coordinate representation of color #0947E3: hue angle of 222.94º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0947E3 is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 9 | 71 | 227 | - |
| CMYK | 0.96 | 0.69 | 0 | 0.11 |
| HSL | 222.94º | 0.92% | 0.46% | - |
| HSV(B) | 222.94º | 0.96% | 0.89% | - |
| XYZ | 16.23 | 10.11 | 73.77 | - |
| YUV | 70.25 | 216.46 | 84.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 71 | 227 | 0.96 | 0.69 | 0 | 0.11 | 222.94 | 0.92 | 0.46 |
| Hex | 9 | 47 | E3 | 60 | 45 | 0 | B | DF | 5C | 2E |
| Octal | 11 | 107 | 343 | 140 | 105 | 0 | 13 | 337 | 134 | 56 |
| Binary | 1001 | 1000111 | 11100011 | 1100000 | 1000101 | 0 | 1011 | 11011111 | 1011100 | 101110 |
Color Harmonies of #0947E3
Complementary color
Monochromatic Colors of #0947E3
Black with #0947E3
Text Example
Text Example
White with #0947E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0947E3; }
p { color: rgb(9,71,227); }
H1.HeaderClassName
{
color: #0947E3;
}
.AnyTagClassName
{
color: #0947E3;
}
</style>
background-color css
<style>
a { background-color: #0947E3; }
a { background-color: rgb(9,71,227); }
div.DivClassName
{
background-color: #0947E3;
}
.BgClassName
{
background-color: #0947E3;
}
</style>
border-color css
<style>
span { border-color: #0947E3; }
span { border-color: rgb(9,71,227); }
td.TdClassName
{
border-color: #0947E3;
}
.TagClassName
{
border-color: #0947E3;
}
</style>