Shades of Navy Blue #0973EB
Tints of Navy Blue #0973EB
RGB
CMYK
RGB Variations
Color information
#0973EB (or 0x0973EB) is known color: Navy Blue. HEX triplet: 09, 73 and EB. RGB value is (9,115,235). Sum of RGB (Red+Green+Blue) = 9+115+235=359 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.51% from 359); Green value is 115 (45.31% from 255 or 32.03% from 359); Blue value is 235 (92.19% from 255 or 65.46% from 359); Max value from RGB is 235 - color contains mainly: blue. Hex color #0973EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0973EB is #F68C14. Grayscale: #606060. Windows color (decimal): -16157717 or 15430409. OLE color: 15430409.
HSL color Cylindrical-coordinate representation of color #0973EB: hue angle of 211.86º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0973EB is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 9 | 115 | 235 | - |
| CMYK | 0.96 | 0.51 | 0 | 0.08 |
| HSL | 211.86º | 0.93% | 0.48% | - |
| HSV(B) | 211.86º | 0.96% | 0.92% | - |
| XYZ | 21.24 | 18.32 | 81.01 | - |
| YUV | 96.99 | 205.88 | 65.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 115 | 235 | 0.96 | 0.51 | 0 | 0.08 | 211.86 | 0.93 | 0.48 |
| Hex | 9 | 73 | EB | 60 | 33 | 0 | 8 | D4 | 5D | 30 |
| Octal | 11 | 163 | 353 | 140 | 63 | 0 | 10 | 324 | 135 | 60 |
| Binary | 1001 | 1110011 | 11101011 | 1100000 | 110011 | 0 | 1000 | 11010100 | 1011101 | 110000 |
Color Harmonies of #0973EB
Complementary color
Monochromatic Colors of #0973EB
Black with #0973EB
Text Example
Text Example
White with #0973EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0973EB; }
p { color: rgb(9,115,235); }
H1.HeaderClassName
{
color: #0973EB;
}
.AnyTagClassName
{
color: #0973EB;
}
</style>
background-color css
<style>
a { background-color: #0973EB; }
a { background-color: rgb(9,115,235); }
div.DivClassName
{
background-color: #0973EB;
}
.BgClassName
{
background-color: #0973EB;
}
</style>
border-color css
<style>
span { border-color: #0973EB; }
span { border-color: rgb(9,115,235); }
td.TdClassName
{
border-color: #0973EB;
}
.TagClassName
{
border-color: #0973EB;
}
</style>