Shades of Navy Blue #095AFE
Tints of Navy Blue #095AFE
RGB
CMYK
RGB Variations
Color information
#095AFE (or 0x095AFE) is known color: Navy Blue. HEX triplet: 09, 5A and FE. RGB value is (9,90,254). Sum of RGB (Red+Green+Blue) = 9+90+254=353 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.55% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 254 (99.61% from 255 or 71.95% from 353); Max value from RGB is 254 - color contains mainly: blue. Hex color #095AFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #095AFE is #F6A501. Grayscale: #535353. Windows color (decimal): -16164098 or 16669193. OLE color: 16669193.
HSL color Cylindrical-coordinate representation of color #095AFE: hue angle of 220.16º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #095AFE is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 9 | 90 | 254 | - |
| CMYK | 0.96 | 0.65 | 0 | 0.00 |
| HSL | 220.16º | 0.99% | 0.52% | - |
| HSV(B) | 220.16º | 0.96% | 1% | - |
| XYZ | 21.66 | 14.53 | 95.43 | - |
| YUV | 84.48 | 223.66 | 74.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 90 | 254 | 0.96 | 0.65 | 0 | 0.00 | 220.16 | 0.99 | 0.52 |
| Hex | 9 | 5A | FE | 60 | 41 | 0 | 0 | DC | 63 | 34 |
| Octal | 11 | 132 | 376 | 140 | 101 | 0 | 0 | 334 | 143 | 64 |
| Binary | 1001 | 1011010 | 11111110 | 1100000 | 1000001 | 0 | 0 | 11011100 | 1100011 | 110100 |
Color Harmonies of #095AFE
Complementary color
Monochromatic Colors of #095AFE
Black with #095AFE
Text Example
Text Example
White with #095AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095AFE; }
p { color: rgb(9,90,254); }
H1.HeaderClassName
{
color: #095AFE;
}
.AnyTagClassName
{
color: #095AFE;
}
</style>
background-color css
<style>
a { background-color: #095AFE; }
a { background-color: rgb(9,90,254); }
div.DivClassName
{
background-color: #095AFE;
}
.BgClassName
{
background-color: #095AFE;
}
</style>
border-color css
<style>
span { border-color: #095AFE; }
span { border-color: rgb(9,90,254); }
td.TdClassName
{
border-color: #095AFE;
}
.TagClassName
{
border-color: #095AFE;
}
</style>