Shades of Navy Blue #095DFB
Tints of Navy Blue #095DFB
RGB
CMYK
RGB Variations
Color information
#095DFB (or 0x095DFB) is known color: Navy Blue. HEX triplet: 09, 5D and FB. RGB value is (9,93,251). Sum of RGB (Red+Green+Blue) = 9+93+251=353 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.55% from 353); Green value is 93 (36.72% from 255 or 26.35% from 353); Blue value is 251 (98.44% from 255 or 71.10% from 353); Max value from RGB is 251 - color contains mainly: blue. Hex color #095DFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #095DFB is #F6A204. Grayscale: #555555. Windows color (decimal): -16163333 or 16473353. OLE color: 16473353.
HSL color Cylindrical-coordinate representation of color #095DFB: hue angle of 219.17º 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 #095DFB is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 93 | 251 | - |
| CMYK | 0.96 | 0.63 | 0 | 0.02 |
| HSL | 219.17º | 0.97% | 0.51% | - |
| HSV(B) | 219.17º | 0.96% | 0.98% | - |
| XYZ | 21.44 | 14.85 | 93 | - |
| YUV | 85.9 | 221.17 | 73.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 93 | 251 | 0.96 | 0.63 | 0 | 0.02 | 219.17 | 0.97 | 0.51 |
| Hex | 9 | 5D | FB | 60 | 3F | 0 | 2 | DB | 61 | 33 |
| Octal | 11 | 135 | 373 | 140 | 77 | 0 | 2 | 333 | 141 | 63 |
| Binary | 1001 | 1011101 | 11111011 | 1100000 | 111111 | 0 | 10 | 11011011 | 1100001 | 110011 |
Color Harmonies of #095DFB
Complementary color
Monochromatic Colors of #095DFB
Black with #095DFB
Text Example
Text Example
White with #095DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095DFB; }
p { color: rgb(9,93,251); }
H1.HeaderClassName
{
color: #095DFB;
}
.AnyTagClassName
{
color: #095DFB;
}
</style>
background-color css
<style>
a { background-color: #095DFB; }
a { background-color: rgb(9,93,251); }
div.DivClassName
{
background-color: #095DFB;
}
.BgClassName
{
background-color: #095DFB;
}
</style>
border-color css
<style>
span { border-color: #095DFB; }
span { border-color: rgb(9,93,251); }
td.TdClassName
{
border-color: #095DFB;
}
.TagClassName
{
border-color: #095DFB;
}
</style>