Shades of Navy Blue #0372F3
Tints of Navy Blue #0372F3
RGB
CMYK
RGB Variations
Color information
#0372F3 (or 0x0372F3) is known color: Navy Blue. HEX triplet: 03, 72 and F3. RGB value is (3,114,243). Sum of RGB (Red+Green+Blue) = 3+114+243=360 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 360); Green value is 114 (44.92% from 255 or 31.67% from 360); Blue value is 243 (95.31% from 255 or 67.5% from 360); Max value from RGB is 243 - color contains mainly: blue. Hex color #0372F3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0372F3 is #FC8D0C. Grayscale: #5E5E5E. Windows color (decimal): -16551181 or 15954435. OLE color: 15954435.
HSL color Cylindrical-coordinate representation of color #0372F3: hue angle of 212.25º 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 #0372F3 is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 3 | 114 | 243 | - |
| CMYK | 0.99 | 0.53 | 0 | 0.05 |
| HSL | 212.25º | 0.98% | 0.48% | - |
| HSV(B) | 212.25º | 0.99% | 0.95% | - |
| XYZ | 22.23 | 18.53 | 87.2 | - |
| YUV | 95.52 | 211.23 | 62.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 114 | 243 | 0.99 | 0.53 | 0 | 0.05 | 212.25 | 0.98 | 0.48 |
| Hex | 3 | 72 | F3 | 63 | 35 | 0 | 5 | D4 | 62 | 30 |
| Octal | 3 | 162 | 363 | 143 | 65 | 0 | 5 | 324 | 142 | 60 |
| Binary | 11 | 1110010 | 11110011 | 1100011 | 110101 | 0 | 101 | 11010100 | 1100010 | 110000 |
Color Harmonies of #0372F3
Complementary color
Monochromatic Colors of #0372F3
Black with #0372F3
Text Example
Text Example
White with #0372F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0372F3; }
p { color: rgb(3,114,243); }
H1.HeaderClassName
{
color: #0372F3;
}
.AnyTagClassName
{
color: #0372F3;
}
</style>
background-color css
<style>
a { background-color: #0372F3; }
a { background-color: rgb(3,114,243); }
div.DivClassName
{
background-color: #0372F3;
}
.BgClassName
{
background-color: #0372F3;
}
</style>
border-color css
<style>
span { border-color: #0372F3; }
span { border-color: rgb(3,114,243); }
td.TdClassName
{
border-color: #0372F3;
}
.TagClassName
{
border-color: #0372F3;
}
</style>