Shades of Navy Blue #0372CA
Tints of Navy Blue #0372CA
RGB
CMYK
RGB Variations
Color information
#0372CA (or 0x0372CA) is known color: Navy Blue. HEX triplet: 03, 72 and CA. RGB value is (3,114,202). Sum of RGB (Red+Green+Blue) = 3+114+202=319 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 202 (79.30% from 255 or 63.32% from 319); Max value from RGB is 202 - color contains mainly: blue. Hex color #0372CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0372CA is #FC8D35. Grayscale: #5A5A5A. Windows color (decimal): -16551222 or 13267459. OLE color: 13267459.
HSL color Cylindrical-coordinate representation of color #0372CA: hue angle of 206.53º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0372CA is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 3 | 114 | 202 | - |
| CMYK | 0.99 | 0.44 | 0 | 0.21 |
| HSL | 206.53º | 0.97% | 0.4% | - |
| HSV(B) | 206.53º | 0.99% | 0.79% | - |
| XYZ | 16.72 | 16.32 | 58.15 | - |
| YUV | 90.84 | 190.73 | 65.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 114 | 202 | 0.99 | 0.44 | 0 | 0.21 | 206.53 | 0.97 | 0.4 |
| Hex | 3 | 72 | CA | 63 | 2C | 0 | 15 | CF | 61 | 28 |
| Octal | 3 | 162 | 312 | 143 | 54 | 0 | 25 | 317 | 141 | 50 |
| Binary | 11 | 1110010 | 11001010 | 1100011 | 101100 | 0 | 10101 | 11001111 | 1100001 | 101000 |
Color Harmonies of #0372CA
Complementary color
Monochromatic Colors of #0372CA
Black with #0372CA
Text Example
Text Example
White with #0372CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0372CA; }
p { color: rgb(3,114,202); }
H1.HeaderClassName
{
color: #0372CA;
}
.AnyTagClassName
{
color: #0372CA;
}
</style>
background-color css
<style>
a { background-color: #0372CA; }
a { background-color: rgb(3,114,202); }
div.DivClassName
{
background-color: #0372CA;
}
.BgClassName
{
background-color: #0372CA;
}
</style>
border-color css
<style>
span { border-color: #0372CA; }
span { border-color: rgb(3,114,202); }
td.TdClassName
{
border-color: #0372CA;
}
.TagClassName
{
border-color: #0372CA;
}
</style>