Shades of Navy Blue #095DFA
Tints of Navy Blue #095DFA
RGB
CMYK
RGB Variations
Color information
#095DFA (or 0x095DFA) is known color: Navy Blue. HEX triplet: 09, 5D and FA. RGB value is (9,93,250). Sum of RGB (Red+Green+Blue) = 9+93+250=352 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.56% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 250 (98.05% from 255 or 71.02% from 352); Max value from RGB is 250 - color contains mainly: blue. Hex color #095DFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #095DFA is #F6A205. Grayscale: #555555. Windows color (decimal): -16163334 or 16407817. OLE color: 16407817.
HSL color Cylindrical-coordinate representation of color #095DFA: hue angle of 219.09º 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 #095DFA is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 93 | 250 | - |
| CMYK | 0.96 | 0.63 | 0 | 0.02 |
| HSL | 219.09º | 0.96% | 0.51% | - |
| HSV(B) | 219.09º | 0.96% | 0.98% | - |
| XYZ | 21.28 | 14.79 | 92.18 | - |
| YUV | 85.78 | 220.67 | 73.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 93 | 250 | 0.96 | 0.63 | 0 | 0.02 | 219.09 | 0.96 | 0.51 |
| Hex | 9 | 5D | FA | 60 | 3F | 0 | 2 | DB | 60 | 33 |
| Octal | 11 | 135 | 372 | 140 | 77 | 0 | 2 | 333 | 140 | 63 |
| Binary | 1001 | 1011101 | 11111010 | 1100000 | 111111 | 0 | 10 | 11011011 | 1100000 | 110011 |
Color Harmonies of #095DFA
Complementary color
Monochromatic Colors of #095DFA
Black with #095DFA
Text Example
Text Example
White with #095DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095DFA; }
p { color: rgb(9,93,250); }
H1.HeaderClassName
{
color: #095DFA;
}
.AnyTagClassName
{
color: #095DFA;
}
</style>
background-color css
<style>
a { background-color: #095DFA; }
a { background-color: rgb(9,93,250); }
div.DivClassName
{
background-color: #095DFA;
}
.BgClassName
{
background-color: #095DFA;
}
</style>
border-color css
<style>
span { border-color: #095DFA; }
span { border-color: rgb(9,93,250); }
td.TdClassName
{
border-color: #095DFA;
}
.TagClassName
{
border-color: #095DFA;
}
</style>