Shades of Navy Blue #0947ED
Tints of Navy Blue #0947ED
RGB
CMYK
RGB Variations
Color information
#0947ED (or 0x0947ED) is known color: Navy Blue. HEX triplet: 09, 47 and ED. RGB value is (9,71,237). Sum of RGB (Red+Green+Blue) = 9+71+237=317 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.84% from 317); Green value is 71 (28.12% from 255 or 22.40% from 317); Blue value is 237 (92.97% from 255 or 74.76% from 317); Max value from RGB is 237 - color contains mainly: blue. Hex color #0947ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0947ED is #F6B812. Grayscale: #464646. Windows color (decimal): -16168979 or 15550217. OLE color: 15550217.
HSL color Cylindrical-coordinate representation of color #0947ED: hue angle of 223.68º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0947ED is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 71 | 237 | - |
| CMYK | 0.96 | 0.70 | 0 | 0.07 |
| HSL | 223.68º | 0.93% | 0.48% | - |
| HSV(B) | 223.68º | 0.96% | 0.93% | - |
| XYZ | 17.65 | 10.68 | 81.25 | - |
| YUV | 71.39 | 221.46 | 83.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 71 | 237 | 0.96 | 0.70 | 0 | 0.07 | 223.68 | 0.93 | 0.48 |
| Hex | 9 | 47 | ED | 60 | 46 | 0 | 7 | E0 | 5D | 30 |
| Octal | 11 | 107 | 355 | 140 | 106 | 0 | 7 | 340 | 135 | 60 |
| Binary | 1001 | 1000111 | 11101101 | 1100000 | 1000110 | 0 | 111 | 11100000 | 1011101 | 110000 |
Color Harmonies of #0947ED
Complementary color
Monochromatic Colors of #0947ED
Black with #0947ED
Text Example
Text Example
White with #0947ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0947ED; }
p { color: rgb(9,71,237); }
H1.HeaderClassName
{
color: #0947ED;
}
.AnyTagClassName
{
color: #0947ED;
}
</style>
background-color css
<style>
a { background-color: #0947ED; }
a { background-color: rgb(9,71,237); }
div.DivClassName
{
background-color: #0947ED;
}
.BgClassName
{
background-color: #0947ED;
}
</style>
border-color css
<style>
span { border-color: #0947ED; }
span { border-color: rgb(9,71,237); }
td.TdClassName
{
border-color: #0947ED;
}
.TagClassName
{
border-color: #0947ED;
}
</style>