Shades of Navy Blue #0973CE
Tints of Navy Blue #0973CE
RGB
CMYK
RGB Variations
Color information
#0973CE (or 0x0973CE) is known color: Navy Blue. HEX triplet: 09, 73 and CE. RGB value is (9,115,206). Sum of RGB (Red+Green+Blue) = 9+115+206=330 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.73% from 330); Green value is 115 (45.31% from 255 or 34.85% from 330); Blue value is 206 (80.86% from 255 or 62.42% from 330); Max value from RGB is 206 - color contains mainly: blue. Hex color #0973CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0973CE is #F68C31. Grayscale: #5D5D5D. Windows color (decimal): -16157746 or 13529865. OLE color: 13529865.
HSL color Cylindrical-coordinate representation of color #0973CE: hue angle of 207.72º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0973CE is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 115 | 206 | - |
| CMYK | 0.96 | 0.44 | 0 | 0.19 |
| HSL | 207.72º | 0.92% | 0.42% | - |
| HSV(B) | 207.72º | 0.96% | 0.81% | - |
| XYZ | 17.38 | 16.78 | 60.71 | - |
| YUV | 93.68 | 191.38 | 67.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 115 | 206 | 0.96 | 0.44 | 0 | 0.19 | 207.72 | 0.92 | 0.42 |
| Hex | 9 | 73 | CE | 60 | 2C | 0 | 13 | D0 | 5C | 2A |
| Octal | 11 | 163 | 316 | 140 | 54 | 0 | 23 | 320 | 134 | 52 |
| Binary | 1001 | 1110011 | 11001110 | 1100000 | 101100 | 0 | 10011 | 11010000 | 1011100 | 101010 |
Color Harmonies of #0973CE
Complementary color
Monochromatic Colors of #0973CE
Black with #0973CE
Text Example
Text Example
White with #0973CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0973CE; }
p { color: rgb(9,115,206); }
H1.HeaderClassName
{
color: #0973CE;
}
.AnyTagClassName
{
color: #0973CE;
}
</style>
background-color css
<style>
a { background-color: #0973CE; }
a { background-color: rgb(9,115,206); }
div.DivClassName
{
background-color: #0973CE;
}
.BgClassName
{
background-color: #0973CE;
}
</style>
border-color css
<style>
span { border-color: #0973CE; }
span { border-color: rgb(9,115,206); }
td.TdClassName
{
border-color: #0973CE;
}
.TagClassName
{
border-color: #0973CE;
}
</style>