Shades of Navy Blue #0372DD
Tints of Navy Blue #0372DD
RGB
CMYK
RGB Variations
Color information
#0372DD (or 0x0372DD) is known color: Navy Blue. HEX triplet: 03, 72 and DD. RGB value is (3,114,221). Sum of RGB (Red+Green+Blue) = 3+114+221=338 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 221 (86.72% from 255 or 65.38% from 338); Max value from RGB is 221 - color contains mainly: blue. Hex color #0372DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0372DD is #FC8D22. Grayscale: #5C5C5C. Windows color (decimal): -16551203 or 14512643. OLE color: 14512643.
HSL color Cylindrical-coordinate representation of color #0372DD: hue angle of 209.45º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0372DD is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 114 | 221 | - |
| CMYK | 0.99 | 0.48 | 0 | 0.13 |
| HSL | 209.45º | 0.97% | 0.44% | - |
| HSV(B) | 209.45º | 0.99% | 0.87% | - |
| XYZ | 19.11 | 17.27 | 70.73 | - |
| YUV | 93.01 | 200.23 | 63.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 114 | 221 | 0.99 | 0.48 | 0 | 0.13 | 209.45 | 0.97 | 0.44 |
| Hex | 3 | 72 | DD | 63 | 30 | 0 | D | D1 | 61 | 2C |
| Octal | 3 | 162 | 335 | 143 | 60 | 0 | 15 | 321 | 141 | 54 |
| Binary | 11 | 1110010 | 11011101 | 1100011 | 110000 | 0 | 1101 | 11010001 | 1100001 | 101100 |
Color Harmonies of #0372DD
Complementary color
Monochromatic Colors of #0372DD
Black with #0372DD
Text Example
Text Example
White with #0372DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0372DD; }
p { color: rgb(3,114,221); }
H1.HeaderClassName
{
color: #0372DD;
}
.AnyTagClassName
{
color: #0372DD;
}
</style>
background-color css
<style>
a { background-color: #0372DD; }
a { background-color: rgb(3,114,221); }
div.DivClassName
{
background-color: #0372DD;
}
.BgClassName
{
background-color: #0372DD;
}
</style>
border-color css
<style>
span { border-color: #0372DD; }
span { border-color: rgb(3,114,221); }
td.TdClassName
{
border-color: #0372DD;
}
.TagClassName
{
border-color: #0372DD;
}
</style>