Shades of Navy Blue #037ADB
Tints of Navy Blue #037ADB
RGB
CMYK
RGB Variations
Color information
#037ADB (or 0x037ADB) is known color: Navy Blue. HEX triplet: 03, 7A and DB. RGB value is (3,122,219). Sum of RGB (Red+Green+Blue) = 3+122+219=344 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 344); Green value is 122 (48.05% from 255 or 35.47% from 344); Blue value is 219 (85.94% from 255 or 63.66% from 344); Max value from RGB is 219 - color contains mainly: blue. Hex color #037ADB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037ADB is #FC8524. Grayscale: #606060. Windows color (decimal): -16549157 or 14383619. OLE color: 14383619.
HSL color Cylindrical-coordinate representation of color #037ADB: hue angle of 206.94º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #037ADB is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 122 | 219 | - |
| CMYK | 0.99 | 0.44 | 0 | 0.14 |
| HSL | 206.94º | 0.97% | 0.44% | - |
| HSV(B) | 206.94º | 0.99% | 0.86% | - |
| XYZ | 19.78 | 19.05 | 69.65 | - |
| YUV | 97.48 | 196.58 | 60.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 122 | 219 | 0.99 | 0.44 | 0 | 0.14 | 206.94 | 0.97 | 0.44 |
| Hex | 3 | 7A | DB | 63 | 2C | 0 | E | CF | 61 | 2C |
| Octal | 3 | 172 | 333 | 143 | 54 | 0 | 16 | 317 | 141 | 54 |
| Binary | 11 | 1111010 | 11011011 | 1100011 | 101100 | 0 | 1110 | 11001111 | 1100001 | 101100 |
Color Harmonies of #037ADB
Complementary color
Monochromatic Colors of #037ADB
Black with #037ADB
Text Example
Text Example
White with #037ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037ADB; }
p { color: rgb(3,122,219); }
H1.HeaderClassName
{
color: #037ADB;
}
.AnyTagClassName
{
color: #037ADB;
}
</style>
background-color css
<style>
a { background-color: #037ADB; }
a { background-color: rgb(3,122,219); }
div.DivClassName
{
background-color: #037ADB;
}
.BgClassName
{
background-color: #037ADB;
}
</style>
border-color css
<style>
span { border-color: #037ADB; }
span { border-color: rgb(3,122,219); }
td.TdClassName
{
border-color: #037ADB;
}
.TagClassName
{
border-color: #037ADB;
}
</style>