Shades of Navy Blue #0370BE
Tints of Navy Blue #0370BE
RGB
CMYK
RGB Variations
Color information
#0370BE (or 0x0370BE) is known color: Navy Blue. HEX triplet: 03, 70 and BE. RGB value is (3,112,190). Sum of RGB (Red+Green+Blue) = 3+112+190=305 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 305); Green value is 112 (44.14% from 255 or 36.72% from 305); Blue value is 190 (74.61% from 255 or 62.30% from 305); Max value from RGB is 190 - color contains mainly: blue. Hex color #0370BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0370BE is #FC8F41. Grayscale: #575757. Windows color (decimal): -16551746 or 12480515. OLE color: 12480515.
HSL color Cylindrical-coordinate representation of color #0370BE: hue angle of 205.03º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0370BE is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 3 | 112 | 190 | - |
| CMYK | 0.98 | 0.41 | 0 | 0.25 |
| HSL | 205.03º | 0.97% | 0.38% | - |
| HSV(B) | 205.03º | 0.98% | 0.75% | - |
| XYZ | 15.13 | 15.33 | 50.88 | - |
| YUV | 88.3 | 185.39 | 67.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 112 | 190 | 0.98 | 0.41 | 0 | 0.25 | 205.03 | 0.97 | 0.38 |
| Hex | 3 | 70 | BE | 62 | 29 | 0 | 19 | CD | 61 | 26 |
| Octal | 3 | 160 | 276 | 142 | 51 | 0 | 31 | 315 | 141 | 46 |
| Binary | 11 | 1110000 | 10111110 | 1100010 | 101001 | 0 | 11001 | 11001101 | 1100001 | 100110 |
Color Harmonies of #0370BE
Complementary color
Monochromatic Colors of #0370BE
Black with #0370BE
Text Example
Text Example
White with #0370BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0370BE; }
p { color: rgb(3,112,190); }
H1.HeaderClassName
{
color: #0370BE;
}
.AnyTagClassName
{
color: #0370BE;
}
</style>
background-color css
<style>
a { background-color: #0370BE; }
a { background-color: rgb(3,112,190); }
div.DivClassName
{
background-color: #0370BE;
}
.BgClassName
{
background-color: #0370BE;
}
</style>
border-color css
<style>
span { border-color: #0370BE; }
span { border-color: rgb(3,112,190); }
td.TdClassName
{
border-color: #0370BE;
}
.TagClassName
{
border-color: #0370BE;
}
</style>