Shades of Navy Blue #093FFA
Tints of Navy Blue #093FFA
RGB
CMYK
RGB Variations
Color information
#093FFA (or 0x093FFA) is known color: Navy Blue. HEX triplet: 09, 3F and FA. RGB value is (9,63,250). Sum of RGB (Red+Green+Blue) = 9+63+250=322 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.80% from 322); Green value is 63 (25% from 255 or 19.57% from 322); Blue value is 250 (98.05% from 255 or 77.64% from 322); Max value from RGB is 250 - color contains mainly: blue. Hex color #093FFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #093FFA is #F6C005. Grayscale: #434343. Windows color (decimal): -16171014 or 16400137. OLE color: 16400137.
HSL color Cylindrical-coordinate representation of color #093FFA: hue angle of 226.56º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #093FFA is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 63 | 250 | - |
| CMYK | 0.96 | 0.75 | 0 | 0.02 |
| HSL | 226.56º | 0.96% | 0.51% | - |
| HSV(B) | 226.56º | 0.96% | 0.98% | - |
| XYZ | 19.15 | 10.52 | 91.46 | - |
| YUV | 68.17 | 230.61 | 85.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 63 | 250 | 0.96 | 0.75 | 0 | 0.02 | 226.56 | 0.96 | 0.51 |
| Hex | 9 | 3F | FA | 60 | 4B | 0 | 2 | E3 | 60 | 33 |
| Octal | 11 | 77 | 372 | 140 | 113 | 0 | 2 | 343 | 140 | 63 |
| Binary | 1001 | 111111 | 11111010 | 1100000 | 1001011 | 0 | 10 | 11100011 | 1100000 | 110011 |
Color Harmonies of #093FFA
Complementary color
Monochromatic Colors of #093FFA
Black with #093FFA
Text Example
Text Example
White with #093FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093FFA; }
p { color: rgb(9,63,250); }
H1.HeaderClassName
{
color: #093FFA;
}
.AnyTagClassName
{
color: #093FFA;
}
</style>
background-color css
<style>
a { background-color: #093FFA; }
a { background-color: rgb(9,63,250); }
div.DivClassName
{
background-color: #093FFA;
}
.BgClassName
{
background-color: #093FFA;
}
</style>
border-color css
<style>
span { border-color: #093FFA; }
span { border-color: rgb(9,63,250); }
td.TdClassName
{
border-color: #093FFA;
}
.TagClassName
{
border-color: #093FFA;
}
</style>