Shades of Navy Blue #096FF1
Tints of Navy Blue #096FF1
RGB
CMYK
RGB Variations
Color information
#096FF1 (or 0x096FF1) is known color: Navy Blue. HEX triplet: 09, 6F and F1. RGB value is (9,111,241). Sum of RGB (Red+Green+Blue) = 9+111+241=361 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.49% from 361); Green value is 111 (43.75% from 255 or 30.75% from 361); Blue value is 241 (94.53% from 255 or 66.76% from 361); Max value from RGB is 241 - color contains mainly: blue. Hex color #096FF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096FF1 is #F6900E. Grayscale: #5E5E5E. Windows color (decimal): -16158735 or 15822601. OLE color: 15822601.
HSL color Cylindrical-coordinate representation of color #096FF1: hue angle of 213.62º 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 #096FF1 is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 111 | 241 | - |
| CMYK | 0.96 | 0.54 | 0 | 0.05 |
| HSL | 213.62º | 0.93% | 0.49% | - |
| HSV(B) | 213.62º | 0.96% | 0.95% | - |
| XYZ | 21.67 | 17.78 | 85.51 | - |
| YUV | 95.32 | 210.21 | 66.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 111 | 241 | 0.96 | 0.54 | 0 | 0.05 | 213.62 | 0.93 | 0.49 |
| Hex | 9 | 6F | F1 | 60 | 36 | 0 | 5 | D6 | 5D | 31 |
| Octal | 11 | 157 | 361 | 140 | 66 | 0 | 5 | 326 | 135 | 61 |
| Binary | 1001 | 1101111 | 11110001 | 1100000 | 110110 | 0 | 101 | 11010110 | 1011101 | 110001 |
Color Harmonies of #096FF1
Complementary color
Monochromatic Colors of #096FF1
Black with #096FF1
Text Example
Text Example
White with #096FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096FF1; }
p { color: rgb(9,111,241); }
H1.HeaderClassName
{
color: #096FF1;
}
.AnyTagClassName
{
color: #096FF1;
}
</style>
background-color css
<style>
a { background-color: #096FF1; }
a { background-color: rgb(9,111,241); }
div.DivClassName
{
background-color: #096FF1;
}
.BgClassName
{
background-color: #096FF1;
}
</style>
border-color css
<style>
span { border-color: #096FF1; }
span { border-color: rgb(9,111,241); }
td.TdClassName
{
border-color: #096FF1;
}
.TagClassName
{
border-color: #096FF1;
}
</style>