Shades of Navy Blue #0949F2
Tints of Navy Blue #0949F2
RGB
CMYK
RGB Variations
Color information
#0949F2 (or 0x0949F2) is known color: Navy Blue. HEX triplet: 09, 49 and F2. RGB value is (9,73,242). Sum of RGB (Red+Green+Blue) = 9+73+242=324 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.78% from 324); Green value is 73 (28.91% from 255 or 22.53% from 324); Blue value is 242 (94.92% from 255 or 74.69% from 324); Max value from RGB is 242 - color contains mainly: blue. Hex color #0949F2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0949F2 is #F6B60D. Grayscale: #484848. Windows color (decimal): -16168462 or 15878409. OLE color: 15878409.
HSL color Cylindrical-coordinate representation of color #0949F2: hue angle of 223.52º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0949F2 is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 73 | 242 | - |
| CMYK | 0.96 | 0.70 | 0 | 0.05 |
| HSL | 223.52º | 0.93% | 0.49% | - |
| HSV(B) | 223.52º | 0.96% | 0.95% | - |
| XYZ | 18.52 | 11.23 | 85.2 | - |
| YUV | 73.13 | 223.3 | 82.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 73 | 242 | 0.96 | 0.70 | 0 | 0.05 | 223.52 | 0.93 | 0.49 |
| Hex | 9 | 49 | F2 | 60 | 46 | 0 | 5 | E0 | 5D | 31 |
| Octal | 11 | 111 | 362 | 140 | 106 | 0 | 5 | 340 | 135 | 61 |
| Binary | 1001 | 1001001 | 11110010 | 1100000 | 1000110 | 0 | 101 | 11100000 | 1011101 | 110001 |
Color Harmonies of #0949F2
Complementary color
Monochromatic Colors of #0949F2
Black with #0949F2
Text Example
Text Example
White with #0949F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0949F2; }
p { color: rgb(9,73,242); }
H1.HeaderClassName
{
color: #0949F2;
}
.AnyTagClassName
{
color: #0949F2;
}
</style>
background-color css
<style>
a { background-color: #0949F2; }
a { background-color: rgb(9,73,242); }
div.DivClassName
{
background-color: #0949F2;
}
.BgClassName
{
background-color: #0949F2;
}
</style>
border-color css
<style>
span { border-color: #0949F2; }
span { border-color: rgb(9,73,242); }
td.TdClassName
{
border-color: #0949F2;
}
.TagClassName
{
border-color: #0949F2;
}
</style>