Shades of Navy Blue #096FE0
Tints of Navy Blue #096FE0
RGB
CMYK
RGB Variations
Color information
#096FE0 (or 0x096FE0) is known color: Navy Blue. HEX triplet: 09, 6F and E0. RGB value is (9,111,224). Sum of RGB (Red+Green+Blue) = 9+111+224=344 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.62% from 344); Green value is 111 (43.75% from 255 or 32.27% from 344); Blue value is 224 (87.89% from 255 or 65.12% from 344); Max value from RGB is 224 - color contains mainly: blue. Hex color #096FE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096FE0 is #F6901F. Grayscale: #5C5C5C. Windows color (decimal): -16158752 or 14708489. OLE color: 14708489.
HSL color Cylindrical-coordinate representation of color #096FE0: hue angle of 211.53º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096FE0 is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 9 | 111 | 224 | - |
| CMYK | 0.96 | 0.50 | 0 | 0.12 |
| HSL | 211.53º | 0.92% | 0.46% | - |
| HSV(B) | 211.53º | 0.96% | 0.88% | - |
| XYZ | 19.25 | 16.81 | 72.75 | - |
| YUV | 93.38 | 201.71 | 67.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 111 | 224 | 0.96 | 0.50 | 0 | 0.12 | 211.53 | 0.92 | 0.46 |
| Hex | 9 | 6F | E0 | 60 | 32 | 0 | C | D4 | 5C | 2E |
| Octal | 11 | 157 | 340 | 140 | 62 | 0 | 14 | 324 | 134 | 56 |
| Binary | 1001 | 1101111 | 11100000 | 1100000 | 110010 | 0 | 1100 | 11010100 | 1011100 | 101110 |
Color Harmonies of #096FE0
Complementary color
Monochromatic Colors of #096FE0
Black with #096FE0
Text Example
Text Example
White with #096FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096FE0; }
p { color: rgb(9,111,224); }
H1.HeaderClassName
{
color: #096FE0;
}
.AnyTagClassName
{
color: #096FE0;
}
</style>
background-color css
<style>
a { background-color: #096FE0; }
a { background-color: rgb(9,111,224); }
div.DivClassName
{
background-color: #096FE0;
}
.BgClassName
{
background-color: #096FE0;
}
</style>
border-color css
<style>
span { border-color: #096FE0; }
span { border-color: rgb(9,111,224); }
td.TdClassName
{
border-color: #096FE0;
}
.TagClassName
{
border-color: #096FE0;
}
</style>