Shades of Navy Blue #0942F0
Tints of Navy Blue #0942F0
RGB
CMYK
RGB Variations
Color information
#0942F0 (or 0x0942F0) is known color: Navy Blue. HEX triplet: 09, 42 and F0. RGB value is (9,66,240). Sum of RGB (Red+Green+Blue) = 9+66+240=315 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.86% from 315); Green value is 66 (26.17% from 255 or 20.95% from 315); Blue value is 240 (94.14% from 255 or 76.19% from 315); Max value from RGB is 240 - color contains mainly: blue. Hex color #0942F0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0942F0 is #F6BD0F. Grayscale: #444444. Windows color (decimal): -16170256 or 15745545. OLE color: 15745545.
HSL color Cylindrical-coordinate representation of color #0942F0: hue angle of 225.19º 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 #0942F0 is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 66 | 240 | - |
| CMYK | 0.96 | 0.72 | 0 | 0.06 |
| HSL | 225.19º | 0.93% | 0.49% | - |
| HSV(B) | 225.19º | 0.96% | 0.94% | - |
| XYZ | 17.79 | 10.25 | 83.48 | - |
| YUV | 68.79 | 224.62 | 85.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 66 | 240 | 0.96 | 0.72 | 0 | 0.06 | 225.19 | 0.93 | 0.49 |
| Hex | 9 | 42 | F0 | 60 | 48 | 0 | 6 | E1 | 5D | 31 |
| Octal | 11 | 102 | 360 | 140 | 110 | 0 | 6 | 341 | 135 | 61 |
| Binary | 1001 | 1000010 | 11110000 | 1100000 | 1001000 | 0 | 110 | 11100001 | 1011101 | 110001 |
Color Harmonies of #0942F0
Complementary color
Monochromatic Colors of #0942F0
Black with #0942F0
Text Example
Text Example
White with #0942F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0942F0; }
p { color: rgb(9,66,240); }
H1.HeaderClassName
{
color: #0942F0;
}
.AnyTagClassName
{
color: #0942F0;
}
</style>
background-color css
<style>
a { background-color: #0942F0; }
a { background-color: rgb(9,66,240); }
div.DivClassName
{
background-color: #0942F0;
}
.BgClassName
{
background-color: #0942F0;
}
</style>
border-color css
<style>
span { border-color: #0942F0; }
span { border-color: rgb(9,66,240); }
td.TdClassName
{
border-color: #0942F0;
}
.TagClassName
{
border-color: #0942F0;
}
</style>