Shades of Navy Blue #036ADB
Tints of Navy Blue #036ADB
RGB
CMYK
RGB Variations
Color information
#036ADB (or 0x036ADB) is known color: Navy Blue. HEX triplet: 03, 6A and DB. RGB value is (3,106,219). Sum of RGB (Red+Green+Blue) = 3+106+219=328 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 328); Green value is 106 (41.80% from 255 or 32.32% from 328); Blue value is 219 (85.94% from 255 or 66.77% from 328); Max value from RGB is 219 - color contains mainly: blue. Hex color #036ADB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036ADB is #FC9524. Grayscale: #575757. Windows color (decimal): -16553253 or 14379523. OLE color: 14379523.
HSL color Cylindrical-coordinate representation of color #036ADB: hue angle of 211.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 #036ADB is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 106 | 219 | - |
| CMYK | 0.99 | 0.52 | 0 | 0.14 |
| HSL | 211.39º | 0.97% | 0.44% | - |
| HSV(B) | 211.39º | 0.99% | 0.86% | - |
| XYZ | 17.98 | 15.44 | 69.05 | - |
| YUV | 88.09 | 201.88 | 67.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 106 | 219 | 0.99 | 0.52 | 0 | 0.14 | 211.39 | 0.97 | 0.44 |
| Hex | 3 | 6A | DB | 63 | 34 | 0 | E | D3 | 61 | 2C |
| Octal | 3 | 152 | 333 | 143 | 64 | 0 | 16 | 323 | 141 | 54 |
| Binary | 11 | 1101010 | 11011011 | 1100011 | 110100 | 0 | 1110 | 11010011 | 1100001 | 101100 |
Color Harmonies of #036ADB
Complementary color
Monochromatic Colors of #036ADB
Black with #036ADB
Text Example
Text Example
White with #036ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036ADB; }
p { color: rgb(3,106,219); }
H1.HeaderClassName
{
color: #036ADB;
}
.AnyTagClassName
{
color: #036ADB;
}
</style>
background-color css
<style>
a { background-color: #036ADB; }
a { background-color: rgb(3,106,219); }
div.DivClassName
{
background-color: #036ADB;
}
.BgClassName
{
background-color: #036ADB;
}
</style>
border-color css
<style>
span { border-color: #036ADB; }
span { border-color: rgb(3,106,219); }
td.TdClassName
{
border-color: #036ADB;
}
.TagClassName
{
border-color: #036ADB;
}
</style>