Shades of Navy Blue #096AF3
Tints of Navy Blue #096AF3
RGB
CMYK
RGB Variations
Color information
#096AF3 (or 0x096AF3) is known color: Navy Blue. HEX triplet: 09, 6A and F3. RGB value is (9,106,243). Sum of RGB (Red+Green+Blue) = 9+106+243=358 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.51% from 358); Green value is 106 (41.80% from 255 or 29.61% from 358); Blue value is 243 (95.31% from 255 or 67.88% from 358); Max value from RGB is 243 - color contains mainly: blue. Hex color #096AF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096AF3 is #F6950C. Grayscale: #5B5B5B. Windows color (decimal): -16160013 or 15952393. OLE color: 15952393.
HSL color Cylindrical-coordinate representation of color #096AF3: hue angle of 215.13º 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 #096AF3 is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 106 | 243 | - |
| CMYK | 0.96 | 0.56 | 0 | 0.05 |
| HSL | 215.13º | 0.93% | 0.49% | - |
| HSV(B) | 215.13º | 0.96% | 0.95% | - |
| XYZ | 21.44 | 16.84 | 86.91 | - |
| YUV | 92.62 | 212.86 | 68.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 106 | 243 | 0.96 | 0.56 | 0 | 0.05 | 215.13 | 0.93 | 0.49 |
| Hex | 9 | 6A | F3 | 60 | 38 | 0 | 5 | D7 | 5D | 31 |
| Octal | 11 | 152 | 363 | 140 | 70 | 0 | 5 | 327 | 135 | 61 |
| Binary | 1001 | 1101010 | 11110011 | 1100000 | 111000 | 0 | 101 | 11010111 | 1011101 | 110001 |
Color Harmonies of #096AF3
Complementary color
Monochromatic Colors of #096AF3
Black with #096AF3
Text Example
Text Example
White with #096AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096AF3; }
p { color: rgb(9,106,243); }
H1.HeaderClassName
{
color: #096AF3;
}
.AnyTagClassName
{
color: #096AF3;
}
</style>
background-color css
<style>
a { background-color: #096AF3; }
a { background-color: rgb(9,106,243); }
div.DivClassName
{
background-color: #096AF3;
}
.BgClassName
{
background-color: #096AF3;
}
</style>
border-color css
<style>
span { border-color: #096AF3; }
span { border-color: rgb(9,106,243); }
td.TdClassName
{
border-color: #096AF3;
}
.TagClassName
{
border-color: #096AF3;
}
</style>