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