Shades of Navy Blue #0371DF
Tints of Navy Blue #0371DF
RGB
CMYK
RGB Variations
Color information
#0371DF (or 0x0371DF) is known color: Navy Blue. HEX triplet: 03, 71 and DF. RGB value is (3,113,223). Sum of RGB (Red+Green+Blue) = 3+113+223=339 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 223 (87.5% from 255 or 65.78% from 339); Max value from RGB is 223 - color contains mainly: blue. Hex color #0371DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0371DF is #FC8E20. Grayscale: #5C5C5C. Windows color (decimal): -16551457 or 14643459. OLE color: 14643459.
HSL color Cylindrical-coordinate representation of color #0371DF: hue angle of 210º 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 #0371DF is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 113 | 223 | - |
| CMYK | 0.99 | 0.49 | 0 | 0.13 |
| HSL | 210º | 0.97% | 0.44% | - |
| HSV(B) | 210º | 0.99% | 0.87% | - |
| XYZ | 19.26 | 17.16 | 72.11 | - |
| YUV | 92.65 | 201.56 | 64.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 113 | 223 | 0.99 | 0.49 | 0 | 0.13 | 210 | 0.97 | 0.44 |
| Hex | 3 | 71 | DF | 63 | 31 | 0 | D | D2 | 61 | 2C |
| Octal | 3 | 161 | 337 | 143 | 61 | 0 | 15 | 322 | 141 | 54 |
| Binary | 11 | 1110001 | 11011111 | 1100011 | 110001 | 0 | 1101 | 11010010 | 1100001 | 101100 |
Color Harmonies of #0371DF
Complementary color
Monochromatic Colors of #0371DF
Black with #0371DF
Text Example
Text Example
White with #0371DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0371DF; }
p { color: rgb(3,113,223); }
H1.HeaderClassName
{
color: #0371DF;
}
.AnyTagClassName
{
color: #0371DF;
}
</style>
background-color css
<style>
a { background-color: #0371DF; }
a { background-color: rgb(3,113,223); }
div.DivClassName
{
background-color: #0371DF;
}
.BgClassName
{
background-color: #0371DF;
}
</style>
border-color css
<style>
span { border-color: #0371DF; }
span { border-color: rgb(3,113,223); }
td.TdClassName
{
border-color: #0371DF;
}
.TagClassName
{
border-color: #0371DF;
}
</style>