Shades of Navy Blue #096CE0
Tints of Navy Blue #096CE0
RGB
CMYK
RGB Variations
Color information
#096CE0 (or 0x096CE0) is known color: Navy Blue. HEX triplet: 09, 6C and E0. RGB value is (9,108,224). Sum of RGB (Red+Green+Blue) = 9+108+224=341 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.64% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 224 (87.89% from 255 or 65.69% from 341); Max value from RGB is 224 - color contains mainly: blue. Hex color #096CE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096CE0 is #F6931F. Grayscale: #5B5B5B. Windows color (decimal): -16159520 or 14707721. OLE color: 14707721.
HSL color Cylindrical-coordinate representation of color #096CE0: hue angle of 212.37º 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 #096CE0 is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 9 | 108 | 224 | - |
| CMYK | 0.96 | 0.52 | 0 | 0.12 |
| HSL | 212.37º | 0.92% | 0.46% | - |
| HSV(B) | 212.37º | 0.96% | 0.88% | - |
| XYZ | 18.93 | 16.17 | 72.64 | - |
| YUV | 91.62 | 202.7 | 69.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 108 | 224 | 0.96 | 0.52 | 0 | 0.12 | 212.37 | 0.92 | 0.46 |
| Hex | 9 | 6C | E0 | 60 | 34 | 0 | C | D4 | 5C | 2E |
| Octal | 11 | 154 | 340 | 140 | 64 | 0 | 14 | 324 | 134 | 56 |
| Binary | 1001 | 1101100 | 11100000 | 1100000 | 110100 | 0 | 1100 | 11010100 | 1011100 | 101110 |
Color Harmonies of #096CE0
Complementary color
Monochromatic Colors of #096CE0
Black with #096CE0
Text Example
Text Example
White with #096CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096CE0; }
p { color: rgb(9,108,224); }
H1.HeaderClassName
{
color: #096CE0;
}
.AnyTagClassName
{
color: #096CE0;
}
</style>
background-color css
<style>
a { background-color: #096CE0; }
a { background-color: rgb(9,108,224); }
div.DivClassName
{
background-color: #096CE0;
}
.BgClassName
{
background-color: #096CE0;
}
</style>
border-color css
<style>
span { border-color: #096CE0; }
span { border-color: rgb(9,108,224); }
td.TdClassName
{
border-color: #096CE0;
}
.TagClassName
{
border-color: #096CE0;
}
</style>