Shades of Navy Blue #0372F1
Tints of Navy Blue #0372F1
RGB
CMYK
RGB Variations
Color information
#0372F1 (or 0x0372F1) is known color: Navy Blue. HEX triplet: 03, 72 and F1. RGB value is (3,114,241). Sum of RGB (Red+Green+Blue) = 3+114+241=358 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 358); Green value is 114 (44.92% from 255 or 31.84% from 358); Blue value is 241 (94.53% from 255 or 67.32% from 358); Max value from RGB is 241 - color contains mainly: blue. Hex color #0372F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0372F1 is #FC8D0E. Grayscale: #5E5E5E. Windows color (decimal): -16551183 or 15823363. OLE color: 15823363.
HSL color Cylindrical-coordinate representation of color #0372F1: hue angle of 212.02º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0372F1 is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 3 | 114 | 241 | - |
| CMYK | 0.99 | 0.53 | 0 | 0.05 |
| HSL | 212.02º | 0.98% | 0.48% | - |
| HSV(B) | 212.02º | 0.99% | 0.95% | - |
| XYZ | 21.93 | 18.4 | 85.62 | - |
| YUV | 95.29 | 210.23 | 62.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 114 | 241 | 0.99 | 0.53 | 0 | 0.05 | 212.02 | 0.98 | 0.48 |
| Hex | 3 | 72 | F1 | 63 | 35 | 0 | 5 | D4 | 62 | 30 |
| Octal | 3 | 162 | 361 | 143 | 65 | 0 | 5 | 324 | 142 | 60 |
| Binary | 11 | 1110010 | 11110001 | 1100011 | 110101 | 0 | 101 | 11010100 | 1100010 | 110000 |
Color Harmonies of #0372F1
Complementary color
Monochromatic Colors of #0372F1
Black with #0372F1
Text Example
Text Example
White with #0372F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0372F1; }
p { color: rgb(3,114,241); }
H1.HeaderClassName
{
color: #0372F1;
}
.AnyTagClassName
{
color: #0372F1;
}
</style>
background-color css
<style>
a { background-color: #0372F1; }
a { background-color: rgb(3,114,241); }
div.DivClassName
{
background-color: #0372F1;
}
.BgClassName
{
background-color: #0372F1;
}
</style>
border-color css
<style>
span { border-color: #0372F1; }
span { border-color: rgb(3,114,241); }
td.TdClassName
{
border-color: #0372F1;
}
.TagClassName
{
border-color: #0372F1;
}
</style>