Shades of Navy Blue #0373C1
Tints of Navy Blue #0373C1
RGB
CMYK
RGB Variations
Color information
#0373C1 (or 0x0373C1) is known color: Navy Blue. HEX triplet: 03, 73 and C1. RGB value is (3,115,193). Sum of RGB (Red+Green+Blue) = 3+115+193=311 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 311); Green value is 115 (45.31% from 255 or 36.98% from 311); Blue value is 193 (75.78% from 255 or 62.06% from 311); Max value from RGB is 193 - color contains mainly: blue. Hex color #0373C1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0373C1 is #FC8C3E. Grayscale: #595959. Windows color (decimal): -16550975 or 12677891. OLE color: 12677891.
HSL color Cylindrical-coordinate representation of color #0373C1: hue angle of 204.63º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0373C1 is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 3 | 115 | 193 | - |
| CMYK | 0.98 | 0.40 | 0 | 0.24 |
| HSL | 204.63º | 0.97% | 0.38% | - |
| HSV(B) | 204.63º | 0.98% | 0.76% | - |
| XYZ | 15.79 | 16.13 | 52.73 | - |
| YUV | 90.4 | 185.89 | 65.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 115 | 193 | 0.98 | 0.40 | 0 | 0.24 | 204.63 | 0.97 | 0.38 |
| Hex | 3 | 73 | C1 | 62 | 28 | 0 | 18 | CD | 61 | 26 |
| Octal | 3 | 163 | 301 | 142 | 50 | 0 | 30 | 315 | 141 | 46 |
| Binary | 11 | 1110011 | 11000001 | 1100010 | 101000 | 0 | 11000 | 11001101 | 1100001 | 100110 |
Color Harmonies of #0373C1
Complementary color
Monochromatic Colors of #0373C1
Black with #0373C1
Text Example
Text Example
White with #0373C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0373C1; }
p { color: rgb(3,115,193); }
H1.HeaderClassName
{
color: #0373C1;
}
.AnyTagClassName
{
color: #0373C1;
}
</style>
background-color css
<style>
a { background-color: #0373C1; }
a { background-color: rgb(3,115,193); }
div.DivClassName
{
background-color: #0373C1;
}
.BgClassName
{
background-color: #0373C1;
}
</style>
border-color css
<style>
span { border-color: #0373C1; }
span { border-color: rgb(3,115,193); }
td.TdClassName
{
border-color: #0373C1;
}
.TagClassName
{
border-color: #0373C1;
}
</style>