Shades of Navy Blue #0370BC
Tints of Navy Blue #0370BC
RGB
CMYK
RGB Variations
Color information
#0370BC (or 0x0370BC) is known color: Navy Blue. HEX triplet: 03, 70 and BC. RGB value is (3,112,188). Sum of RGB (Red+Green+Blue) = 3+112+188=303 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 188 (73.83% from 255 or 62.05% from 303); Max value from RGB is 188 - color contains mainly: blue. Hex color #0370BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0370BC is #FC8F43. Grayscale: #575757. Windows color (decimal): -16551748 or 12349443. OLE color: 12349443.
HSL color Cylindrical-coordinate representation of color #0370BC: hue angle of 204.65º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0370BC is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 112 | 188 | - |
| CMYK | 0.98 | 0.40 | 0 | 0.26 |
| HSL | 204.65º | 0.97% | 0.37% | - |
| HSV(B) | 204.65º | 0.98% | 0.74% | - |
| XYZ | 14.91 | 15.24 | 49.73 | - |
| YUV | 88.07 | 184.39 | 67.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 112 | 188 | 0.98 | 0.40 | 0 | 0.26 | 204.65 | 0.97 | 0.37 |
| Hex | 3 | 70 | BC | 62 | 28 | 0 | 1A | CD | 61 | 25 |
| Octal | 3 | 160 | 274 | 142 | 50 | 0 | 32 | 315 | 141 | 45 |
| Binary | 11 | 1110000 | 10111100 | 1100010 | 101000 | 0 | 11010 | 11001101 | 1100001 | 100101 |
Color Harmonies of #0370BC
Complementary color
Monochromatic Colors of #0370BC
Black with #0370BC
Text Example
Text Example
White with #0370BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0370BC; }
p { color: rgb(3,112,188); }
H1.HeaderClassName
{
color: #0370BC;
}
.AnyTagClassName
{
color: #0370BC;
}
</style>
background-color css
<style>
a { background-color: #0370BC; }
a { background-color: rgb(3,112,188); }
div.DivClassName
{
background-color: #0370BC;
}
.BgClassName
{
background-color: #0370BC;
}
</style>
border-color css
<style>
span { border-color: #0370BC; }
span { border-color: rgb(3,112,188); }
td.TdClassName
{
border-color: #0370BC;
}
.TagClassName
{
border-color: #0370BC;
}
</style>