Shades of Navy Blue #0373DF
Tints of Navy Blue #0373DF
RGB
CMYK
RGB Variations
Color information
#0373DF (or 0x0373DF) is known color: Navy Blue. HEX triplet: 03, 73 and DF. RGB value is (3,115,223). Sum of RGB (Red+Green+Blue) = 3+115+223=341 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 223 (87.5% from 255 or 65.40% from 341); Max value from RGB is 223 - color contains mainly: blue. Hex color #0373DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0373DF is #FC8C20. Grayscale: #5D5D5D. Windows color (decimal): -16550945 or 14643971. OLE color: 14643971.
HSL color Cylindrical-coordinate representation of color #0373DF: hue angle of 209.45º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0373DF is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 115 | 223 | - |
| CMYK | 0.99 | 0.48 | 0 | 0.13 |
| HSL | 209.45º | 0.97% | 0.44% | - |
| HSV(B) | 209.45º | 0.99% | 0.87% | - |
| XYZ | 19.49 | 17.61 | 72.18 | - |
| YUV | 93.82 | 200.89 | 63.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 115 | 223 | 0.99 | 0.48 | 0 | 0.13 | 209.45 | 0.97 | 0.44 |
| Hex | 3 | 73 | DF | 63 | 30 | 0 | D | D1 | 61 | 2C |
| Octal | 3 | 163 | 337 | 143 | 60 | 0 | 15 | 321 | 141 | 54 |
| Binary | 11 | 1110011 | 11011111 | 1100011 | 110000 | 0 | 1101 | 11010001 | 1100001 | 101100 |
Color Harmonies of #0373DF
Complementary color
Monochromatic Colors of #0373DF
Black with #0373DF
Text Example
Text Example
White with #0373DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0373DF; }
p { color: rgb(3,115,223); }
H1.HeaderClassName
{
color: #0373DF;
}
.AnyTagClassName
{
color: #0373DF;
}
</style>
background-color css
<style>
a { background-color: #0373DF; }
a { background-color: rgb(3,115,223); }
div.DivClassName
{
background-color: #0373DF;
}
.BgClassName
{
background-color: #0373DF;
}
</style>
border-color css
<style>
span { border-color: #0373DF; }
span { border-color: rgb(3,115,223); }
td.TdClassName
{
border-color: #0373DF;
}
.TagClassName
{
border-color: #0373DF;
}
</style>