Shades of Navy Blue #037BDB
Tints of Navy Blue #037BDB
RGB
CMYK
RGB Variations
Color information
#037BDB (or 0x037BDB) is known color: Navy Blue. HEX triplet: 03, 7B and DB. RGB value is (3,123,219). Sum of RGB (Red+Green+Blue) = 3+123+219=345 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 345); Green value is 123 (48.44% from 255 or 35.65% from 345); Blue value is 219 (85.94% from 255 or 63.48% from 345); Max value from RGB is 219 - color contains mainly: blue. Hex color #037BDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037BDB is #FC8424. Grayscale: #616161. Windows color (decimal): -16548901 or 14383875. OLE color: 14383875.
HSL color Cylindrical-coordinate representation of color #037BDB: hue angle of 206.67º 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 #037BDB is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 123 | 219 | - |
| CMYK | 0.99 | 0.44 | 0 | 0.14 |
| HSL | 206.67º | 0.97% | 0.44% | - |
| HSV(B) | 206.67º | 0.99% | 0.86% | - |
| XYZ | 19.91 | 19.3 | 69.69 | - |
| YUV | 98.06 | 196.24 | 60.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 123 | 219 | 0.99 | 0.44 | 0 | 0.14 | 206.67 | 0.97 | 0.44 |
| Hex | 3 | 7B | DB | 63 | 2C | 0 | E | CF | 61 | 2C |
| Octal | 3 | 173 | 333 | 143 | 54 | 0 | 16 | 317 | 141 | 54 |
| Binary | 11 | 1111011 | 11011011 | 1100011 | 101100 | 0 | 1110 | 11001111 | 1100001 | 101100 |
Color Harmonies of #037BDB
Complementary color
Monochromatic Colors of #037BDB
Black with #037BDB
Text Example
Text Example
White with #037BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037BDB; }
p { color: rgb(3,123,219); }
H1.HeaderClassName
{
color: #037BDB;
}
.AnyTagClassName
{
color: #037BDB;
}
</style>
background-color css
<style>
a { background-color: #037BDB; }
a { background-color: rgb(3,123,219); }
div.DivClassName
{
background-color: #037BDB;
}
.BgClassName
{
background-color: #037BDB;
}
</style>
border-color css
<style>
span { border-color: #037BDB; }
span { border-color: rgb(3,123,219); }
td.TdClassName
{
border-color: #037BDB;
}
.TagClassName
{
border-color: #037BDB;
}
</style>