Shades of Navy Blue #094AF8
Tints of Navy Blue #094AF8
RGB
CMYK
RGB Variations
Color information
#094AF8 (or 0x094AF8) is known color: Navy Blue. HEX triplet: 09, 4A and F8. RGB value is (9,74,248). Sum of RGB (Red+Green+Blue) = 9+74+248=331 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.72% from 331); Green value is 74 (29.30% from 255 or 22.36% from 331); Blue value is 248 (97.27% from 255 or 74.92% from 331); Max value from RGB is 248 - color contains mainly: blue. Hex color #094AF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #094AF8 is #F6B507. Grayscale: #494949. Windows color (decimal): -16168200 or 16271881. OLE color: 16271881.
HSL color Cylindrical-coordinate representation of color #094AF8: hue angle of 223.68º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #094AF8 is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 9 | 74 | 248 | - |
| CMYK | 0.96 | 0.70 | 0 | 0.03 |
| HSL | 223.68º | 0.94% | 0.5% | - |
| HSV(B) | 223.68º | 0.96% | 0.97% | - |
| XYZ | 19.5 | 11.73 | 90.04 | - |
| YUV | 74.4 | 225.97 | 81.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 74 | 248 | 0.96 | 0.70 | 0 | 0.03 | 223.68 | 0.94 | 0.5 |
| Hex | 9 | 4A | F8 | 60 | 46 | 0 | 3 | E0 | 5E | 32 |
| Octal | 11 | 112 | 370 | 140 | 106 | 0 | 3 | 340 | 136 | 62 |
| Binary | 1001 | 1001010 | 11111000 | 1100000 | 1000110 | 0 | 11 | 11100000 | 1011110 | 110010 |
Color Harmonies of #094AF8
Complementary color
Monochromatic Colors of #094AF8
Black with #094AF8
Text Example
Text Example
White with #094AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094AF8; }
p { color: rgb(9,74,248); }
H1.HeaderClassName
{
color: #094AF8;
}
.AnyTagClassName
{
color: #094AF8;
}
</style>
background-color css
<style>
a { background-color: #094AF8; }
a { background-color: rgb(9,74,248); }
div.DivClassName
{
background-color: #094AF8;
}
.BgClassName
{
background-color: #094AF8;
}
</style>
border-color css
<style>
span { border-color: #094AF8; }
span { border-color: rgb(9,74,248); }
td.TdClassName
{
border-color: #094AF8;
}
.TagClassName
{
border-color: #094AF8;
}
</style>