Shades of Navy Blue #0370CD
Tints of Navy Blue #0370CD
RGB
CMYK
RGB Variations
Color information
#0370CD (or 0x0370CD) is known color: Navy Blue. HEX triplet: 03, 70 and CD. RGB value is (3,112,205). Sum of RGB (Red+Green+Blue) = 3+112+205=320 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 205 (80.47% from 255 or 64.06% from 320); Max value from RGB is 205 - color contains mainly: blue. Hex color #0370CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0370CD is #FC8F32. Grayscale: #595959. Windows color (decimal): -16551731 or 13463555. OLE color: 13463555.
HSL color Cylindrical-coordinate representation of color #0370CD: hue angle of 207.62º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0370CD is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 112 | 205 | - |
| CMYK | 0.99 | 0.45 | 0 | 0.20 |
| HSL | 207.62º | 0.97% | 0.41% | - |
| HSV(B) | 207.62º | 0.99% | 0.8% | - |
| XYZ | 16.85 | 16.02 | 59.96 | - |
| YUV | 90.01 | 192.89 | 65.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 112 | 205 | 0.99 | 0.45 | 0 | 0.20 | 207.62 | 0.97 | 0.41 |
| Hex | 3 | 70 | CD | 63 | 2D | 0 | 14 | D0 | 61 | 29 |
| Octal | 3 | 160 | 315 | 143 | 55 | 0 | 24 | 320 | 141 | 51 |
| Binary | 11 | 1110000 | 11001101 | 1100011 | 101101 | 0 | 10100 | 11010000 | 1100001 | 101001 |
Color Harmonies of #0370CD
Complementary color
Monochromatic Colors of #0370CD
Black with #0370CD
Text Example
Text Example
White with #0370CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0370CD; }
p { color: rgb(3,112,205); }
H1.HeaderClassName
{
color: #0370CD;
}
.AnyTagClassName
{
color: #0370CD;
}
</style>
background-color css
<style>
a { background-color: #0370CD; }
a { background-color: rgb(3,112,205); }
div.DivClassName
{
background-color: #0370CD;
}
.BgClassName
{
background-color: #0370CD;
}
</style>
border-color css
<style>
span { border-color: #0370CD; }
span { border-color: rgb(3,112,205); }
td.TdClassName
{
border-color: #0370CD;
}
.TagClassName
{
border-color: #0370CD;
}
</style>