Shades of Navy Blue #037CDB
Tints of Navy Blue #037CDB
RGB
CMYK
RGB Variations
Color information
#037CDB (or 0x037CDB) is known color: Navy Blue. HEX triplet: 03, 7C and DB. RGB value is (3,124,219). Sum of RGB (Red+Green+Blue) = 3+124+219=346 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 346); Green value is 124 (48.83% from 255 or 35.84% from 346); Blue value is 219 (85.94% from 255 or 63.29% from 346); Max value from RGB is 219 - color contains mainly: blue. Hex color #037CDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037CDB is #FC8324. Grayscale: #626262. Windows color (decimal): -16548645 or 14384131. OLE color: 14384131.
HSL color Cylindrical-coordinate representation of color #037CDB: hue angle of 206.39º 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 #037CDB is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 124 | 219 | - |
| CMYK | 0.99 | 0.43 | 0 | 0.14 |
| HSL | 206.39º | 0.97% | 0.44% | - |
| HSV(B) | 206.39º | 0.99% | 0.86% | - |
| XYZ | 20.03 | 19.55 | 69.74 | - |
| YUV | 98.65 | 195.91 | 59.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 124 | 219 | 0.99 | 0.43 | 0 | 0.14 | 206.39 | 0.97 | 0.44 |
| Hex | 3 | 7C | DB | 63 | 2B | 0 | E | CE | 61 | 2C |
| Octal | 3 | 174 | 333 | 143 | 53 | 0 | 16 | 316 | 141 | 54 |
| Binary | 11 | 1111100 | 11011011 | 1100011 | 101011 | 0 | 1110 | 11001110 | 1100001 | 101100 |
Color Harmonies of #037CDB
Complementary color
Monochromatic Colors of #037CDB
Black with #037CDB
Text Example
Text Example
White with #037CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037CDB; }
p { color: rgb(3,124,219); }
H1.HeaderClassName
{
color: #037CDB;
}
.AnyTagClassName
{
color: #037CDB;
}
</style>
background-color css
<style>
a { background-color: #037CDB; }
a { background-color: rgb(3,124,219); }
div.DivClassName
{
background-color: #037CDB;
}
.BgClassName
{
background-color: #037CDB;
}
</style>
border-color css
<style>
span { border-color: #037CDB; }
span { border-color: rgb(3,124,219); }
td.TdClassName
{
border-color: #037CDB;
}
.TagClassName
{
border-color: #037CDB;
}
</style>