Shades of Navy Blue #093FFB
Tints of Navy Blue #093FFB
RGB
CMYK
RGB Variations
Color information
#093FFB (or 0x093FFB) is known color: Navy Blue. HEX triplet: 09, 3F and FB. RGB value is (9,63,251). Sum of RGB (Red+Green+Blue) = 9+63+251=323 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.79% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 251 (98.44% from 255 or 77.71% from 323); Max value from RGB is 251 - color contains mainly: blue. Hex color #093FFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #093FFB is #F6C004. Grayscale: #434343. Windows color (decimal): -16171013 or 16465673. OLE color: 16465673.
HSL color Cylindrical-coordinate representation of color #093FFB: hue angle of 226.61º degrees, saturation: 0.97, 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 #093FFB is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 63 | 251 | - |
| CMYK | 0.96 | 0.75 | 0 | 0.02 |
| HSL | 226.61º | 0.97% | 0.51% | - |
| HSV(B) | 226.61º | 0.96% | 0.98% | - |
| XYZ | 19.3 | 10.58 | 92.29 | - |
| YUV | 68.29 | 231.11 | 85.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 63 | 251 | 0.96 | 0.75 | 0 | 0.02 | 226.61 | 0.97 | 0.51 |
| Hex | 9 | 3F | FB | 60 | 4B | 0 | 2 | E3 | 61 | 33 |
| Octal | 11 | 77 | 373 | 140 | 113 | 0 | 2 | 343 | 141 | 63 |
| Binary | 1001 | 111111 | 11111011 | 1100000 | 1001011 | 0 | 10 | 11100011 | 1100001 | 110011 |
Color Harmonies of #093FFB
Complementary color
Monochromatic Colors of #093FFB
Black with #093FFB
Text Example
Text Example
White with #093FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093FFB; }
p { color: rgb(9,63,251); }
H1.HeaderClassName
{
color: #093FFB;
}
.AnyTagClassName
{
color: #093FFB;
}
</style>
background-color css
<style>
a { background-color: #093FFB; }
a { background-color: rgb(9,63,251); }
div.DivClassName
{
background-color: #093FFB;
}
.BgClassName
{
background-color: #093FFB;
}
</style>
border-color css
<style>
span { border-color: #093FFB; }
span { border-color: rgb(9,63,251); }
td.TdClassName
{
border-color: #093FFB;
}
.TagClassName
{
border-color: #093FFB;
}
</style>