Shades of Navy Blue #095FFA
Tints of Navy Blue #095FFA
RGB
CMYK
RGB Variations
Color information
#095FFA (or 0x095FFA) is known color: Navy Blue. HEX triplet: 09, 5F and FA. RGB value is (9,95,250). Sum of RGB (Red+Green+Blue) = 9+95+250=354 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.54% from 354); Green value is 95 (37.5% from 255 or 26.84% from 354); Blue value is 250 (98.05% from 255 or 70.62% from 354); Max value from RGB is 250 - color contains mainly: blue. Hex color #095FFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #095FFA is #F6A005. Grayscale: #565656. Windows color (decimal): -16162822 or 16408329. OLE color: 16408329.
HSL color Cylindrical-coordinate representation of color #095FFA: hue angle of 218.59º 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 #095FFA is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 95 | 250 | - |
| CMYK | 0.96 | 0.62 | 0 | 0.02 |
| HSL | 218.59º | 0.96% | 0.51% | - |
| HSV(B) | 218.59º | 0.96% | 0.98% | - |
| XYZ | 21.46 | 15.14 | 92.23 | - |
| YUV | 86.96 | 220.01 | 72.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 95 | 250 | 0.96 | 0.62 | 0 | 0.02 | 218.59 | 0.96 | 0.51 |
| Hex | 9 | 5F | FA | 60 | 3E | 0 | 2 | DB | 60 | 33 |
| Octal | 11 | 137 | 372 | 140 | 76 | 0 | 2 | 333 | 140 | 63 |
| Binary | 1001 | 1011111 | 11111010 | 1100000 | 111110 | 0 | 10 | 11011011 | 1100000 | 110011 |
Color Harmonies of #095FFA
Complementary color
Monochromatic Colors of #095FFA
Black with #095FFA
Text Example
Text Example
White with #095FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095FFA; }
p { color: rgb(9,95,250); }
H1.HeaderClassName
{
color: #095FFA;
}
.AnyTagClassName
{
color: #095FFA;
}
</style>
background-color css
<style>
a { background-color: #095FFA; }
a { background-color: rgb(9,95,250); }
div.DivClassName
{
background-color: #095FFA;
}
.BgClassName
{
background-color: #095FFA;
}
</style>
border-color css
<style>
span { border-color: #095FFA; }
span { border-color: rgb(9,95,250); }
td.TdClassName
{
border-color: #095FFA;
}
.TagClassName
{
border-color: #095FFA;
}
</style>