Shades of Navy Blue #095BFA
Tints of Navy Blue #095BFA
RGB
CMYK
RGB Variations
Color information
#095BFA (or 0x095BFA) is known color: Navy Blue. HEX triplet: 09, 5B and FA. RGB value is (9,91,250). Sum of RGB (Red+Green+Blue) = 9+91+250=350 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.57% from 350); Green value is 91 (35.94% from 255 or 26% from 350); Blue value is 250 (98.05% from 255 or 71.43% from 350); Max value from RGB is 250 - color contains mainly: blue. Hex color #095BFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #095BFA is #F6A405. Grayscale: #535353. Windows color (decimal): -16163846 or 16407305. OLE color: 16407305.
HSL color Cylindrical-coordinate representation of color #095BFA: hue angle of 219.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 #095BFA is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 91 | 250 | - |
| CMYK | 0.96 | 0.64 | 0 | 0.02 |
| HSL | 219.59º | 0.96% | 0.51% | - |
| HSV(B) | 219.59º | 0.96% | 0.98% | - |
| XYZ | 21.11 | 14.44 | 92.12 | - |
| YUV | 84.61 | 221.33 | 74.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 91 | 250 | 0.96 | 0.64 | 0 | 0.02 | 219.59 | 0.96 | 0.51 |
| Hex | 9 | 5B | FA | 60 | 40 | 0 | 2 | DC | 60 | 33 |
| Octal | 11 | 133 | 372 | 140 | 100 | 0 | 2 | 334 | 140 | 63 |
| Binary | 1001 | 1011011 | 11111010 | 1100000 | 1000000 | 0 | 10 | 11011100 | 1100000 | 110011 |
Color Harmonies of #095BFA
Complementary color
Monochromatic Colors of #095BFA
Black with #095BFA
Text Example
Text Example
White with #095BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095BFA; }
p { color: rgb(9,91,250); }
H1.HeaderClassName
{
color: #095BFA;
}
.AnyTagClassName
{
color: #095BFA;
}
</style>
background-color css
<style>
a { background-color: #095BFA; }
a { background-color: rgb(9,91,250); }
div.DivClassName
{
background-color: #095BFA;
}
.BgClassName
{
background-color: #095BFA;
}
</style>
border-color css
<style>
span { border-color: #095BFA; }
span { border-color: rgb(9,91,250); }
td.TdClassName
{
border-color: #095BFA;
}
.TagClassName
{
border-color: #095BFA;
}
</style>