Shades of Navy Blue #037ADD
Tints of Navy Blue #037ADD
RGB
CMYK
RGB Variations
Color information
#037ADD (or 0x037ADD) is known color: Navy Blue. HEX triplet: 03, 7A and DD. RGB value is (3,122,221). Sum of RGB (Red+Green+Blue) = 3+122+221=346 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 346); Green value is 122 (48.05% from 255 or 35.26% from 346); Blue value is 221 (86.72% from 255 or 63.87% from 346); Max value from RGB is 221 - color contains mainly: blue. Hex color #037ADD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037ADD is #FC8522. Grayscale: #616161. Windows color (decimal): -16549155 or 14514691. OLE color: 14514691.
HSL color Cylindrical-coordinate representation of color #037ADD: hue angle of 207.25º 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 #037ADD is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 122 | 221 | - |
| CMYK | 0.99 | 0.45 | 0 | 0.13 |
| HSL | 207.25º | 0.97% | 0.44% | - |
| HSV(B) | 207.25º | 0.99% | 0.87% | - |
| XYZ | 20.05 | 19.16 | 71.05 | - |
| YUV | 97.71 | 197.58 | 60.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 122 | 221 | 0.99 | 0.45 | 0 | 0.13 | 207.25 | 0.97 | 0.44 |
| Hex | 3 | 7A | DD | 63 | 2D | 0 | D | CF | 61 | 2C |
| Octal | 3 | 172 | 335 | 143 | 55 | 0 | 15 | 317 | 141 | 54 |
| Binary | 11 | 1111010 | 11011101 | 1100011 | 101101 | 0 | 1101 | 11001111 | 1100001 | 101100 |
Color Harmonies of #037ADD
Complementary color
Monochromatic Colors of #037ADD
Black with #037ADD
Text Example
Text Example
White with #037ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037ADD; }
p { color: rgb(3,122,221); }
H1.HeaderClassName
{
color: #037ADD;
}
.AnyTagClassName
{
color: #037ADD;
}
</style>
background-color css
<style>
a { background-color: #037ADD; }
a { background-color: rgb(3,122,221); }
div.DivClassName
{
background-color: #037ADD;
}
.BgClassName
{
background-color: #037ADD;
}
</style>
border-color css
<style>
span { border-color: #037ADD; }
span { border-color: rgb(3,122,221); }
td.TdClassName
{
border-color: #037ADD;
}
.TagClassName
{
border-color: #037ADD;
}
</style>