Shades of Navy Blue #0954EC
Tints of Navy Blue #0954EC
RGB
CMYK
RGB Variations
Color information
#0954EC (or 0x0954EC) is known color: Navy Blue. HEX triplet: 09, 54 and EC. RGB value is (9,84,236). Sum of RGB (Red+Green+Blue) = 9+84+236=329 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.74% from 329); Green value is 84 (33.20% from 255 or 25.53% from 329); Blue value is 236 (92.58% from 255 or 71.73% from 329); Max value from RGB is 236 - color contains mainly: blue. Hex color #0954EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0954EC is #F6AB13. Grayscale: #4E4E4E. Windows color (decimal): -16165652 or 15488009. OLE color: 15488009.
HSL color Cylindrical-coordinate representation of color #0954EC: hue angle of 220.18º 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 #0954EC is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 84 | 236 | - |
| CMYK | 0.96 | 0.64 | 0 | 0.07 |
| HSL | 220.18º | 0.93% | 0.48% | - |
| HSV(B) | 220.18º | 0.96% | 0.93% | - |
| XYZ | 18.42 | 12.45 | 80.79 | - |
| YUV | 78.9 | 216.65 | 78.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 84 | 236 | 0.96 | 0.64 | 0 | 0.07 | 220.18 | 0.93 | 0.48 |
| Hex | 9 | 54 | EC | 60 | 40 | 0 | 7 | DC | 5D | 30 |
| Octal | 11 | 124 | 354 | 140 | 100 | 0 | 7 | 334 | 135 | 60 |
| Binary | 1001 | 1010100 | 11101100 | 1100000 | 1000000 | 0 | 111 | 11011100 | 1011101 | 110000 |
Color Harmonies of #0954EC
Complementary color
Monochromatic Colors of #0954EC
Black with #0954EC
Text Example
Text Example
White with #0954EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0954EC; }
p { color: rgb(9,84,236); }
H1.HeaderClassName
{
color: #0954EC;
}
.AnyTagClassName
{
color: #0954EC;
}
</style>
background-color css
<style>
a { background-color: #0954EC; }
a { background-color: rgb(9,84,236); }
div.DivClassName
{
background-color: #0954EC;
}
.BgClassName
{
background-color: #0954EC;
}
</style>
border-color css
<style>
span { border-color: #0954EC; }
span { border-color: rgb(9,84,236); }
td.TdClassName
{
border-color: #0954EC;
}
.TagClassName
{
border-color: #0954EC;
}
</style>