Shades of Navy Blue #0973C5
Tints of Navy Blue #0973C5
RGB
CMYK
RGB Variations
Color information
#0973C5 (or 0x0973C5) is known color: Navy Blue. HEX triplet: 09, 73 and C5. RGB value is (9,115,197). Sum of RGB (Red+Green+Blue) = 9+115+197=321 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.80% from 321); Green value is 115 (45.31% from 255 or 35.83% from 321); Blue value is 197 (77.34% from 255 or 61.37% from 321); Max value from RGB is 197 - color contains mainly: blue. Hex color #0973C5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0973C5 is #F68C3A. Grayscale: #5C5C5C. Windows color (decimal): -16157755 or 12940041. OLE color: 12940041.
HSL color Cylindrical-coordinate representation of color #0973C5: hue angle of 206.17º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0973C5 is Cyan = 0.95, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 9 | 115 | 197 | - |
| CMYK | 0.95 | 0.42 | 0 | 0.23 |
| HSL | 206.17º | 0.91% | 0.4% | - |
| HSV(B) | 206.17º | 0.95% | 0.77% | - |
| XYZ | 16.32 | 16.35 | 55.12 | - |
| YUV | 92.65 | 186.88 | 68.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 115 | 197 | 0.95 | 0.42 | 0 | 0.23 | 206.17 | 0.91 | 0.4 |
| Hex | 9 | 73 | C5 | 5F | 2A | 0 | 17 | CE | 5B | 28 |
| Octal | 11 | 163 | 305 | 137 | 52 | 0 | 27 | 316 | 133 | 50 |
| Binary | 1001 | 1110011 | 11000101 | 1011111 | 101010 | 0 | 10111 | 11001110 | 1011011 | 101000 |
Color Harmonies of #0973C5
Complementary color
Monochromatic Colors of #0973C5
Black with #0973C5
Text Example
Text Example
White with #0973C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0973C5; }
p { color: rgb(9,115,197); }
H1.HeaderClassName
{
color: #0973C5;
}
.AnyTagClassName
{
color: #0973C5;
}
</style>
background-color css
<style>
a { background-color: #0973C5; }
a { background-color: rgb(9,115,197); }
div.DivClassName
{
background-color: #0973C5;
}
.BgClassName
{
background-color: #0973C5;
}
</style>
border-color css
<style>
span { border-color: #0973C5; }
span { border-color: rgb(9,115,197); }
td.TdClassName
{
border-color: #0973C5;
}
.TagClassName
{
border-color: #0973C5;
}
</style>