Shades of Navy Blue #0940F9
Tints of Navy Blue #0940F9
RGB
CMYK
RGB Variations
Color information
#0940F9 (or 0x0940F9) is known color: Navy Blue. HEX triplet: 09, 40 and F9. RGB value is (9,64,249). Sum of RGB (Red+Green+Blue) = 9+64+249=322 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.80% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 249 (97.66% from 255 or 77.33% from 322); Max value from RGB is 249 - color contains mainly: blue. Hex color #0940F9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0940F9 is #F6BF06. Grayscale: #434343. Windows color (decimal): -16170759 or 16334857. OLE color: 16334857.
HSL color Cylindrical-coordinate representation of color #0940F9: hue angle of 226.25º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0940F9 is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 64 | 249 | - |
| CMYK | 0.96 | 0.74 | 0 | 0.02 |
| HSL | 226.25º | 0.95% | 0.51% | - |
| HSV(B) | 226.25º | 0.96% | 0.98% | - |
| XYZ | 19.04 | 10.56 | 90.66 | - |
| YUV | 68.65 | 229.78 | 85.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 64 | 249 | 0.96 | 0.74 | 0 | 0.02 | 226.25 | 0.95 | 0.51 |
| Hex | 9 | 40 | F9 | 60 | 4A | 0 | 2 | E2 | 5F | 33 |
| Octal | 11 | 100 | 371 | 140 | 112 | 0 | 2 | 342 | 137 | 63 |
| Binary | 1001 | 1000000 | 11111001 | 1100000 | 1001010 | 0 | 10 | 11100010 | 1011111 | 110011 |
Color Harmonies of #0940F9
Complementary color
Monochromatic Colors of #0940F9
Black with #0940F9
Text Example
Text Example
White with #0940F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0940F9; }
p { color: rgb(9,64,249); }
H1.HeaderClassName
{
color: #0940F9;
}
.AnyTagClassName
{
color: #0940F9;
}
</style>
background-color css
<style>
a { background-color: #0940F9; }
a { background-color: rgb(9,64,249); }
div.DivClassName
{
background-color: #0940F9;
}
.BgClassName
{
background-color: #0940F9;
}
</style>
border-color css
<style>
span { border-color: #0940F9; }
span { border-color: rgb(9,64,249); }
td.TdClassName
{
border-color: #0940F9;
}
.TagClassName
{
border-color: #0940F9;
}
</style>