Shades of Navy Blue #094DF8
Tints of Navy Blue #094DF8
RGB
CMYK
RGB Variations
Color information
#094DF8 (or 0x094DF8) is known color: Navy Blue. HEX triplet: 09, 4D and F8. RGB value is (9,77,248). Sum of RGB (Red+Green+Blue) = 9+77+248=334 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.69% from 334); Green value is 77 (30.47% from 255 or 23.05% from 334); Blue value is 248 (97.27% from 255 or 74.25% from 334); Max value from RGB is 248 - color contains mainly: blue. Hex color #094DF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #094DF8 is #F6B207. Grayscale: #4B4B4B. Windows color (decimal): -16167432 or 16272649. OLE color: 16272649.
HSL color Cylindrical-coordinate representation of color #094DF8: hue angle of 222.93º 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 #094DF8 is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 9 | 77 | 248 | - |
| CMYK | 0.96 | 0.69 | 0 | 0.03 |
| HSL | 222.93º | 0.94% | 0.5% | - |
| HSV(B) | 222.93º | 0.96% | 0.97% | - |
| XYZ | 19.71 | 12.14 | 90.11 | - |
| YUV | 76.16 | 224.97 | 80.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 77 | 248 | 0.96 | 0.69 | 0 | 0.03 | 222.93 | 0.94 | 0.5 |
| Hex | 9 | 4D | F8 | 60 | 45 | 0 | 3 | DF | 5E | 32 |
| Octal | 11 | 115 | 370 | 140 | 105 | 0 | 3 | 337 | 136 | 62 |
| Binary | 1001 | 1001101 | 11111000 | 1100000 | 1000101 | 0 | 11 | 11011111 | 1011110 | 110010 |
Color Harmonies of #094DF8
Complementary color
Monochromatic Colors of #094DF8
Black with #094DF8
Text Example
Text Example
White with #094DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094DF8; }
p { color: rgb(9,77,248); }
H1.HeaderClassName
{
color: #094DF8;
}
.AnyTagClassName
{
color: #094DF8;
}
</style>
background-color css
<style>
a { background-color: #094DF8; }
a { background-color: rgb(9,77,248); }
div.DivClassName
{
background-color: #094DF8;
}
.BgClassName
{
background-color: #094DF8;
}
</style>
border-color css
<style>
span { border-color: #094DF8; }
span { border-color: rgb(9,77,248); }
td.TdClassName
{
border-color: #094DF8;
}
.TagClassName
{
border-color: #094DF8;
}
</style>