Shades of Navy Blue #0370DD
Tints of Navy Blue #0370DD
RGB
CMYK
RGB Variations
Color information
#0370DD (or 0x0370DD) is known color: Navy Blue. HEX triplet: 03, 70 and DD. RGB value is (3,112,221). Sum of RGB (Red+Green+Blue) = 3+112+221=336 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 221 (86.72% from 255 or 65.77% from 336); Max value from RGB is 221 - color contains mainly: blue. Hex color #0370DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0370DD is #FC8F22. Grayscale: #5B5B5B. Windows color (decimal): -16551715 or 14512131. OLE color: 14512131.
HSL color Cylindrical-coordinate representation of color #0370DD: 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 #0370DD is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 112 | 221 | - |
| CMYK | 0.99 | 0.49 | 0 | 0.13 |
| HSL | 210º | 0.97% | 0.44% | - |
| HSV(B) | 210º | 0.99% | 0.87% | - |
| XYZ | 18.88 | 16.83 | 70.66 | - |
| YUV | 91.84 | 200.89 | 64.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 112 | 221 | 0.99 | 0.49 | 0 | 0.13 | 210 | 0.97 | 0.44 |
| Hex | 3 | 70 | DD | 63 | 31 | 0 | D | D2 | 61 | 2C |
| Octal | 3 | 160 | 335 | 143 | 61 | 0 | 15 | 322 | 141 | 54 |
| Binary | 11 | 1110000 | 11011101 | 1100011 | 110001 | 0 | 1101 | 11010010 | 1100001 | 101100 |
Color Harmonies of #0370DD
Complementary color
Monochromatic Colors of #0370DD
Black with #0370DD
Text Example
Text Example
White with #0370DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0370DD; }
p { color: rgb(3,112,221); }
H1.HeaderClassName
{
color: #0370DD;
}
.AnyTagClassName
{
color: #0370DD;
}
</style>
background-color css
<style>
a { background-color: #0370DD; }
a { background-color: rgb(3,112,221); }
div.DivClassName
{
background-color: #0370DD;
}
.BgClassName
{
background-color: #0370DD;
}
</style>
border-color css
<style>
span { border-color: #0370DD; }
span { border-color: rgb(3,112,221); }
td.TdClassName
{
border-color: #0370DD;
}
.TagClassName
{
border-color: #0370DD;
}
</style>