Shades of Navy Blue #0954F0
Tints of Navy Blue #0954F0
RGB
CMYK
RGB Variations
Color information
#0954F0 (or 0x0954F0) is known color: Navy Blue. HEX triplet: 09, 54 and F0. RGB value is (9,84,240). Sum of RGB (Red+Green+Blue) = 9+84+240=333 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.70% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 240 (94.14% from 255 or 72.07% from 333); Max value from RGB is 240 - color contains mainly: blue. Hex color #0954F0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0954F0 is #F6AB0F. Grayscale: #4E4E4E. Windows color (decimal): -16165648 or 15750153. OLE color: 15750153.
HSL color Cylindrical-coordinate representation of color #0954F0: hue angle of 220.52º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0954F0 is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 84 | 240 | - |
| CMYK | 0.96 | 0.65 | 0 | 0.06 |
| HSL | 220.52º | 0.93% | 0.49% | - |
| HSV(B) | 220.52º | 0.96% | 0.94% | - |
| XYZ | 19.01 | 12.69 | 83.89 | - |
| YUV | 79.36 | 218.65 | 77.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 84 | 240 | 0.96 | 0.65 | 0 | 0.06 | 220.52 | 0.93 | 0.49 |
| Hex | 9 | 54 | F0 | 60 | 41 | 0 | 6 | DD | 5D | 31 |
| Octal | 11 | 124 | 360 | 140 | 101 | 0 | 6 | 335 | 135 | 61 |
| Binary | 1001 | 1010100 | 11110000 | 1100000 | 1000001 | 0 | 110 | 11011101 | 1011101 | 110001 |
Color Harmonies of #0954F0
Complementary color
Monochromatic Colors of #0954F0
Black with #0954F0
Text Example
Text Example
White with #0954F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0954F0; }
p { color: rgb(9,84,240); }
H1.HeaderClassName
{
color: #0954F0;
}
.AnyTagClassName
{
color: #0954F0;
}
</style>
background-color css
<style>
a { background-color: #0954F0; }
a { background-color: rgb(9,84,240); }
div.DivClassName
{
background-color: #0954F0;
}
.BgClassName
{
background-color: #0954F0;
}
</style>
border-color css
<style>
span { border-color: #0954F0; }
span { border-color: rgb(9,84,240); }
td.TdClassName
{
border-color: #0954F0;
}
.TagClassName
{
border-color: #0954F0;
}
</style>