Shades of Navy Blue #096AF1
Tints of Navy Blue #096AF1
RGB
CMYK
RGB Variations
Color information
#096AF1 (or 0x096AF1) is known color: Navy Blue. HEX triplet: 09, 6A and F1. RGB value is (9,106,241). Sum of RGB (Red+Green+Blue) = 9+106+241=356 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.53% from 356); Green value is 106 (41.80% from 255 or 29.78% from 356); Blue value is 241 (94.53% from 255 or 67.70% from 356); Max value from RGB is 241 - color contains mainly: blue. Hex color #096AF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096AF1 is #F6950E. Grayscale: #5B5B5B. Windows color (decimal): -16160015 or 15821321. OLE color: 15821321.
HSL color Cylindrical-coordinate representation of color #096AF1: hue angle of 214.91º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096AF1 is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 106 | 241 | - |
| CMYK | 0.96 | 0.56 | 0 | 0.05 |
| HSL | 214.91º | 0.93% | 0.49% | - |
| HSV(B) | 214.91º | 0.96% | 0.95% | - |
| XYZ | 21.14 | 16.72 | 85.33 | - |
| YUV | 92.39 | 211.86 | 68.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 106 | 241 | 0.96 | 0.56 | 0 | 0.05 | 214.91 | 0.93 | 0.49 |
| Hex | 9 | 6A | F1 | 60 | 38 | 0 | 5 | D7 | 5D | 31 |
| Octal | 11 | 152 | 361 | 140 | 70 | 0 | 5 | 327 | 135 | 61 |
| Binary | 1001 | 1101010 | 11110001 | 1100000 | 111000 | 0 | 101 | 11010111 | 1011101 | 110001 |
Color Harmonies of #096AF1
Complementary color
Monochromatic Colors of #096AF1
Black with #096AF1
Text Example
Text Example
White with #096AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096AF1; }
p { color: rgb(9,106,241); }
H1.HeaderClassName
{
color: #096AF1;
}
.AnyTagClassName
{
color: #096AF1;
}
</style>
background-color css
<style>
a { background-color: #096AF1; }
a { background-color: rgb(9,106,241); }
div.DivClassName
{
background-color: #096AF1;
}
.BgClassName
{
background-color: #096AF1;
}
</style>
border-color css
<style>
span { border-color: #096AF1; }
span { border-color: rgb(9,106,241); }
td.TdClassName
{
border-color: #096AF1;
}
.TagClassName
{
border-color: #096AF1;
}
</style>