Shades of Navy Blue #0973E3
Tints of Navy Blue #0973E3
RGB
CMYK
RGB Variations
Color information
#0973E3 (or 0x0973E3) is known color: Navy Blue. HEX triplet: 09, 73 and E3. RGB value is (9,115,227). Sum of RGB (Red+Green+Blue) = 9+115+227=351 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.56% from 351); Green value is 115 (45.31% from 255 or 32.76% from 351); Blue value is 227 (89.06% from 255 or 64.67% from 351); Max value from RGB is 227 - color contains mainly: blue. Hex color #0973E3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0973E3 is #F68C1C. Grayscale: #5F5F5F. Windows color (decimal): -16157725 or 14906121. OLE color: 14906121.
HSL color Cylindrical-coordinate representation of color #0973E3: hue angle of 210.83º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0973E3 is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 9 | 115 | 227 | - |
| CMYK | 0.96 | 0.49 | 0 | 0.11 |
| HSL | 210.83º | 0.92% | 0.46% | - |
| HSV(B) | 210.83º | 0.96% | 0.89% | - |
| XYZ | 20.11 | 17.87 | 75.06 | - |
| YUV | 96.07 | 201.88 | 65.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 115 | 227 | 0.96 | 0.49 | 0 | 0.11 | 210.83 | 0.92 | 0.46 |
| Hex | 9 | 73 | E3 | 60 | 31 | 0 | B | D3 | 5C | 2E |
| Octal | 11 | 163 | 343 | 140 | 61 | 0 | 13 | 323 | 134 | 56 |
| Binary | 1001 | 1110011 | 11100011 | 1100000 | 110001 | 0 | 1011 | 11010011 | 1011100 | 101110 |
Color Harmonies of #0973E3
Complementary color
Monochromatic Colors of #0973E3
Black with #0973E3
Text Example
Text Example
White with #0973E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0973E3; }
p { color: rgb(9,115,227); }
H1.HeaderClassName
{
color: #0973E3;
}
.AnyTagClassName
{
color: #0973E3;
}
</style>
background-color css
<style>
a { background-color: #0973E3; }
a { background-color: rgb(9,115,227); }
div.DivClassName
{
background-color: #0973E3;
}
.BgClassName
{
background-color: #0973E3;
}
</style>
border-color css
<style>
span { border-color: #0973E3; }
span { border-color: rgb(9,115,227); }
td.TdClassName
{
border-color: #0973E3;
}
.TagClassName
{
border-color: #0973E3;
}
</style>