Shades of Navy Blue #0964E7
Tints of Navy Blue #0964E7
RGB
CMYK
RGB Variations
Color information
#0964E7 (or 0x0964E7) is known color: Navy Blue. HEX triplet: 09, 64 and E7. RGB value is (9,100,231). Sum of RGB (Red+Green+Blue) = 9+100+231=340 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.65% from 340); Green value is 100 (39.45% from 255 or 29.41% from 340); Blue value is 231 (90.62% from 255 or 67.94% from 340); Max value from RGB is 231 - color contains mainly: blue. Hex color #0964E7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0964E7 is #F69B18. Grayscale: #575757. Windows color (decimal): -16161561 or 15164425. OLE color: 15164425.
HSL color Cylindrical-coordinate representation of color #0964E7: hue angle of 215.41º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0964E7 is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 9 | 100 | 231 | - |
| CMYK | 0.96 | 0.57 | 0 | 0.09 |
| HSL | 215.41º | 0.93% | 0.47% | - |
| HSV(B) | 215.41º | 0.96% | 0.91% | - |
| XYZ | 19.09 | 14.94 | 77.48 | - |
| YUV | 87.73 | 208.85 | 71.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 100 | 231 | 0.96 | 0.57 | 0 | 0.09 | 215.41 | 0.93 | 0.47 |
| Hex | 9 | 64 | E7 | 60 | 39 | 0 | 9 | D7 | 5C | 2F |
| Octal | 11 | 144 | 347 | 140 | 71 | 0 | 11 | 327 | 134 | 57 |
| Binary | 1001 | 1100100 | 11100111 | 1100000 | 111001 | 0 | 1001 | 11010111 | 1011100 | 101111 |
Color Harmonies of #0964E7
Complementary color
Monochromatic Colors of #0964E7
Black with #0964E7
Text Example
Text Example
White with #0964E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0964E7; }
p { color: rgb(9,100,231); }
H1.HeaderClassName
{
color: #0964E7;
}
.AnyTagClassName
{
color: #0964E7;
}
</style>
background-color css
<style>
a { background-color: #0964E7; }
a { background-color: rgb(9,100,231); }
div.DivClassName
{
background-color: #0964E7;
}
.BgClassName
{
background-color: #0964E7;
}
</style>
border-color css
<style>
span { border-color: #0964E7; }
span { border-color: rgb(9,100,231); }
td.TdClassName
{
border-color: #0964E7;
}
.TagClassName
{
border-color: #0964E7;
}
</style>