Shades of Navy Blue #096BF3
Tints of Navy Blue #096BF3
RGB
CMYK
RGB Variations
Color information
#096BF3 (or 0x096BF3) is known color: Navy Blue. HEX triplet: 09, 6B and F3. RGB value is (9,107,243). Sum of RGB (Red+Green+Blue) = 9+107+243=359 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.51% from 359); Green value is 107 (42.19% from 255 or 29.81% from 359); Blue value is 243 (95.31% from 255 or 67.69% from 359); Max value from RGB is 243 - color contains mainly: blue. Hex color #096BF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096BF3 is #F6940C. Grayscale: #5C5C5C. Windows color (decimal): -16159757 or 15952649. OLE color: 15952649.
HSL color Cylindrical-coordinate representation of color #096BF3: hue angle of 214.87º 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 #096BF3 is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 107 | 243 | - |
| CMYK | 0.96 | 0.56 | 0 | 0.05 |
| HSL | 214.87º | 0.93% | 0.49% | - |
| HSV(B) | 214.87º | 0.96% | 0.95% | - |
| XYZ | 21.55 | 17.04 | 86.95 | - |
| YUV | 93.2 | 212.53 | 67.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 107 | 243 | 0.96 | 0.56 | 0 | 0.05 | 214.87 | 0.93 | 0.49 |
| Hex | 9 | 6B | F3 | 60 | 38 | 0 | 5 | D7 | 5D | 31 |
| Octal | 11 | 153 | 363 | 140 | 70 | 0 | 5 | 327 | 135 | 61 |
| Binary | 1001 | 1101011 | 11110011 | 1100000 | 111000 | 0 | 101 | 11010111 | 1011101 | 110001 |
Color Harmonies of #096BF3
Complementary color
Monochromatic Colors of #096BF3
Black with #096BF3
Text Example
Text Example
White with #096BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096BF3; }
p { color: rgb(9,107,243); }
H1.HeaderClassName
{
color: #096BF3;
}
.AnyTagClassName
{
color: #096BF3;
}
</style>
background-color css
<style>
a { background-color: #096BF3; }
a { background-color: rgb(9,107,243); }
div.DivClassName
{
background-color: #096BF3;
}
.BgClassName
{
background-color: #096BF3;
}
</style>
border-color css
<style>
span { border-color: #096BF3; }
span { border-color: rgb(9,107,243); }
td.TdClassName
{
border-color: #096BF3;
}
.TagClassName
{
border-color: #096BF3;
}
</style>