Shades of Navy Blue #036FDB
Tints of Navy Blue #036FDB
RGB
CMYK
RGB Variations
Color information
#036FDB (or 0x036FDB) is known color: Navy Blue. HEX triplet: 03, 6F and DB. RGB value is (3,111,219). Sum of RGB (Red+Green+Blue) = 3+111+219=333 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 333); Green value is 111 (43.75% from 255 or 33.33% from 333); Blue value is 219 (85.94% from 255 or 65.77% from 333); Max value from RGB is 219 - color contains mainly: blue. Hex color #036FDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036FDB is #FC9024. Grayscale: #5A5A5A. Windows color (decimal): -16551973 or 14380803. OLE color: 14380803.
HSL color Cylindrical-coordinate representation of color #036FDB: hue angle of 210º 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 #036FDB is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 111 | 219 | - |
| CMYK | 0.99 | 0.49 | 0 | 0.14 |
| HSL | 210º | 0.97% | 0.44% | - |
| HSV(B) | 210º | 0.99% | 0.86% | - |
| XYZ | 18.51 | 16.5 | 69.23 | - |
| YUV | 91.02 | 200.22 | 65.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 111 | 219 | 0.99 | 0.49 | 0 | 0.14 | 210 | 0.97 | 0.44 |
| Hex | 3 | 6F | DB | 63 | 31 | 0 | E | D2 | 61 | 2C |
| Octal | 3 | 157 | 333 | 143 | 61 | 0 | 16 | 322 | 141 | 54 |
| Binary | 11 | 1101111 | 11011011 | 1100011 | 110001 | 0 | 1110 | 11010010 | 1100001 | 101100 |
Color Harmonies of #036FDB
Complementary color
Monochromatic Colors of #036FDB
Black with #036FDB
Text Example
Text Example
White with #036FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036FDB; }
p { color: rgb(3,111,219); }
H1.HeaderClassName
{
color: #036FDB;
}
.AnyTagClassName
{
color: #036FDB;
}
</style>
background-color css
<style>
a { background-color: #036FDB; }
a { background-color: rgb(3,111,219); }
div.DivClassName
{
background-color: #036FDB;
}
.BgClassName
{
background-color: #036FDB;
}
</style>
border-color css
<style>
span { border-color: #036FDB; }
span { border-color: rgb(3,111,219); }
td.TdClassName
{
border-color: #036FDB;
}
.TagClassName
{
border-color: #036FDB;
}
</style>