Shades of Navy Blue #036BDB
Tints of Navy Blue #036BDB
RGB
CMYK
RGB Variations
Color information
#036BDB (or 0x036BDB) is known color: Navy Blue. HEX triplet: 03, 6B and DB. RGB value is (3,107,219). Sum of RGB (Red+Green+Blue) = 3+107+219=329 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 329); Green value is 107 (42.19% from 255 or 32.52% from 329); Blue value is 219 (85.94% from 255 or 66.57% from 329); Max value from RGB is 219 - color contains mainly: blue. Hex color #036BDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036BDB is #FC9424. Grayscale: #585858. Windows color (decimal): -16552997 or 14379779. OLE color: 14379779.
HSL color Cylindrical-coordinate representation of color #036BDB: hue angle of 211.11º 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 #036BDB is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 107 | 219 | - |
| CMYK | 0.99 | 0.51 | 0 | 0.14 |
| HSL | 211.11º | 0.97% | 0.44% | - |
| HSV(B) | 211.11º | 0.99% | 0.86% | - |
| XYZ | 18.08 | 15.65 | 69.09 | - |
| YUV | 88.67 | 201.54 | 66.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 107 | 219 | 0.99 | 0.51 | 0 | 0.14 | 211.11 | 0.97 | 0.44 |
| Hex | 3 | 6B | DB | 63 | 33 | 0 | E | D3 | 61 | 2C |
| Octal | 3 | 153 | 333 | 143 | 63 | 0 | 16 | 323 | 141 | 54 |
| Binary | 11 | 1101011 | 11011011 | 1100011 | 110011 | 0 | 1110 | 11010011 | 1100001 | 101100 |
Color Harmonies of #036BDB
Complementary color
Monochromatic Colors of #036BDB
Black with #036BDB
Text Example
Text Example
White with #036BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036BDB; }
p { color: rgb(3,107,219); }
H1.HeaderClassName
{
color: #036BDB;
}
.AnyTagClassName
{
color: #036BDB;
}
</style>
background-color css
<style>
a { background-color: #036BDB; }
a { background-color: rgb(3,107,219); }
div.DivClassName
{
background-color: #036BDB;
}
.BgClassName
{
background-color: #036BDB;
}
</style>
border-color css
<style>
span { border-color: #036BDB; }
span { border-color: rgb(3,107,219); }
td.TdClassName
{
border-color: #036BDB;
}
.TagClassName
{
border-color: #036BDB;
}
</style>