Shades of Navy Blue #095AF9
Tints of Navy Blue #095AF9
RGB
CMYK
RGB Variations
Color information
#095AF9 (or 0x095AF9) is known color: Navy Blue. HEX triplet: 09, 5A and F9. RGB value is (9,90,249). Sum of RGB (Red+Green+Blue) = 9+90+249=348 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.59% from 348); Green value is 90 (35.55% from 255 or 25.86% from 348); Blue value is 249 (97.66% from 255 or 71.55% from 348); Max value from RGB is 249 - color contains mainly: blue. Hex color #095AF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #095AF9 is #F6A506. Grayscale: #535353. Windows color (decimal): -16164103 or 16341513. OLE color: 16341513.
HSL color Cylindrical-coordinate representation of color #095AF9: hue angle of 219.75º degrees, saturation: 0.95, 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 #095AF9 is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 90 | 249 | - |
| CMYK | 0.96 | 0.64 | 0 | 0.02 |
| HSL | 219.75º | 0.95% | 0.51% | - |
| HSV(B) | 219.75º | 0.96% | 0.98% | - |
| XYZ | 20.87 | 14.21 | 91.27 | - |
| YUV | 83.91 | 221.16 | 74.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 90 | 249 | 0.96 | 0.64 | 0 | 0.02 | 219.75 | 0.95 | 0.51 |
| Hex | 9 | 5A | F9 | 60 | 40 | 0 | 2 | DC | 5F | 33 |
| Octal | 11 | 132 | 371 | 140 | 100 | 0 | 2 | 334 | 137 | 63 |
| Binary | 1001 | 1011010 | 11111001 | 1100000 | 1000000 | 0 | 10 | 11011100 | 1011111 | 110011 |
Color Harmonies of #095AF9
Complementary color
Monochromatic Colors of #095AF9
Black with #095AF9
Text Example
Text Example
White with #095AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095AF9; }
p { color: rgb(9,90,249); }
H1.HeaderClassName
{
color: #095AF9;
}
.AnyTagClassName
{
color: #095AF9;
}
</style>
background-color css
<style>
a { background-color: #095AF9; }
a { background-color: rgb(9,90,249); }
div.DivClassName
{
background-color: #095AF9;
}
.BgClassName
{
background-color: #095AF9;
}
</style>
border-color css
<style>
span { border-color: #095AF9; }
span { border-color: rgb(9,90,249); }
td.TdClassName
{
border-color: #095AF9;
}
.TagClassName
{
border-color: #095AF9;
}
</style>