Shades of Navy Blue #095AFB
Tints of Navy Blue #095AFB
RGB
CMYK
RGB Variations
Color information
#095AFB (or 0x095AFB) is known color: Navy Blue. HEX triplet: 09, 5A and FB. RGB value is (9,90,251). Sum of RGB (Red+Green+Blue) = 9+90+251=350 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.57% from 350); Green value is 90 (35.55% from 255 or 25.71% from 350); Blue value is 251 (98.44% from 255 or 71.71% from 350); Max value from RGB is 251 - color contains mainly: blue. Hex color #095AFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #095AFB is #F6A504. Grayscale: #535353. Windows color (decimal): -16164101 or 16472585. OLE color: 16472585.
HSL color Cylindrical-coordinate representation of color #095AFB: hue angle of 219.92º 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 #095AFB is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 90 | 251 | - |
| CMYK | 0.96 | 0.64 | 0 | 0.02 |
| HSL | 219.92º | 0.97% | 0.51% | - |
| HSV(B) | 219.92º | 0.96% | 0.98% | - |
| XYZ | 21.18 | 14.34 | 92.92 | - |
| YUV | 84.14 | 222.16 | 74.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 90 | 251 | 0.96 | 0.64 | 0 | 0.02 | 219.92 | 0.97 | 0.51 |
| Hex | 9 | 5A | FB | 60 | 40 | 0 | 2 | DC | 61 | 33 |
| Octal | 11 | 132 | 373 | 140 | 100 | 0 | 2 | 334 | 141 | 63 |
| Binary | 1001 | 1011010 | 11111011 | 1100000 | 1000000 | 0 | 10 | 11011100 | 1100001 | 110011 |
Color Harmonies of #095AFB
Complementary color
Monochromatic Colors of #095AFB
Black with #095AFB
Text Example
Text Example
White with #095AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095AFB; }
p { color: rgb(9,90,251); }
H1.HeaderClassName
{
color: #095AFB;
}
.AnyTagClassName
{
color: #095AFB;
}
</style>
background-color css
<style>
a { background-color: #095AFB; }
a { background-color: rgb(9,90,251); }
div.DivClassName
{
background-color: #095AFB;
}
.BgClassName
{
background-color: #095AFB;
}
</style>
border-color css
<style>
span { border-color: #095AFB; }
span { border-color: rgb(9,90,251); }
td.TdClassName
{
border-color: #095AFB;
}
.TagClassName
{
border-color: #095AFB;
}
</style>