Shades of Navy Blue #0949FC
Tints of Navy Blue #0949FC
RGB
CMYK
RGB Variations
Color information
#0949FC (or 0x0949FC) is known color: Navy Blue. HEX triplet: 09, 49 and FC. RGB value is (9,73,252). Sum of RGB (Red+Green+Blue) = 9+73+252=334 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.69% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 252 (98.83% from 255 or 75.45% from 334); Max value from RGB is 252 - color contains mainly: blue. Hex color #0949FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0949FC is #F6B603. Grayscale: #494949. Windows color (decimal): -16168452 or 16533769. OLE color: 16533769.
HSL color Cylindrical-coordinate representation of color #0949FC: hue angle of 224.2º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0949FC is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 73 | 252 | - |
| CMYK | 0.96 | 0.71 | 0 | 0.01 |
| HSL | 224.2º | 0.98% | 0.51% | - |
| HSV(B) | 224.2º | 0.96% | 0.99% | - |
| XYZ | 20.07 | 11.85 | 93.33 | - |
| YUV | 74.27 | 228.3 | 81.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 73 | 252 | 0.96 | 0.71 | 0 | 0.01 | 224.2 | 0.98 | 0.51 |
| Hex | 9 | 49 | FC | 60 | 47 | 0 | 1 | E0 | 62 | 33 |
| Octal | 11 | 111 | 374 | 140 | 107 | 0 | 1 | 340 | 142 | 63 |
| Binary | 1001 | 1001001 | 11111100 | 1100000 | 1000111 | 0 | 1 | 11100000 | 1100010 | 110011 |
Color Harmonies of #0949FC
Complementary color
Monochromatic Colors of #0949FC
Black with #0949FC
Text Example
Text Example
White with #0949FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0949FC; }
p { color: rgb(9,73,252); }
H1.HeaderClassName
{
color: #0949FC;
}
.AnyTagClassName
{
color: #0949FC;
}
</style>
background-color css
<style>
a { background-color: #0949FC; }
a { background-color: rgb(9,73,252); }
div.DivClassName
{
background-color: #0949FC;
}
.BgClassName
{
background-color: #0949FC;
}
</style>
border-color css
<style>
span { border-color: #0949FC; }
span { border-color: rgb(9,73,252); }
td.TdClassName
{
border-color: #0949FC;
}
.TagClassName
{
border-color: #0949FC;
}
</style>