Shades of Navy Blue #094BFC
Tints of Navy Blue #094BFC
RGB
CMYK
RGB Variations
Color information
#094BFC (or 0x094BFC) is known color: Navy Blue. HEX triplet: 09, 4B and FC. RGB value is (9,75,252). Sum of RGB (Red+Green+Blue) = 9+75+252=336 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.68% from 336); Green value is 75 (29.69% from 255 or 22.32% from 336); Blue value is 252 (98.83% from 255 or 75% from 336); Max value from RGB is 252 - color contains mainly: blue. Hex color #094BFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #094BFC is #F6B403. Grayscale: #4A4A4A. Windows color (decimal): -16167940 or 16534281. OLE color: 16534281.
HSL color Cylindrical-coordinate representation of color #094BFC: hue angle of 223.7º 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 #094BFC is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 75 | 252 | - |
| CMYK | 0.96 | 0.70 | 0 | 0.01 |
| HSL | 223.7º | 0.98% | 0.51% | - |
| HSV(B) | 223.7º | 0.96% | 0.99% | - |
| XYZ | 20.2 | 12.12 | 93.37 | - |
| YUV | 75.44 | 227.63 | 80.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 75 | 252 | 0.96 | 0.70 | 0 | 0.01 | 223.7 | 0.98 | 0.51 |
| Hex | 9 | 4B | FC | 60 | 46 | 0 | 1 | E0 | 62 | 33 |
| Octal | 11 | 113 | 374 | 140 | 106 | 0 | 1 | 340 | 142 | 63 |
| Binary | 1001 | 1001011 | 11111100 | 1100000 | 1000110 | 0 | 1 | 11100000 | 1100010 | 110011 |
Color Harmonies of #094BFC
Complementary color
Monochromatic Colors of #094BFC
Black with #094BFC
Text Example
Text Example
White with #094BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094BFC; }
p { color: rgb(9,75,252); }
H1.HeaderClassName
{
color: #094BFC;
}
.AnyTagClassName
{
color: #094BFC;
}
</style>
background-color css
<style>
a { background-color: #094BFC; }
a { background-color: rgb(9,75,252); }
div.DivClassName
{
background-color: #094BFC;
}
.BgClassName
{
background-color: #094BFC;
}
</style>
border-color css
<style>
span { border-color: #094BFC; }
span { border-color: rgb(9,75,252); }
td.TdClassName
{
border-color: #094BFC;
}
.TagClassName
{
border-color: #094BFC;
}
</style>