Shades of Navy Blue #036BDC
Tints of Navy Blue #036BDC
RGB
CMYK
RGB Variations
Color information
#036BDC (or 0x036BDC) is known color: Navy Blue. HEX triplet: 03, 6B and DC. RGB value is (3,107,220). Sum of RGB (Red+Green+Blue) = 3+107+220=330 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 330); Green value is 107 (42.19% from 255 or 32.42% from 330); Blue value is 220 (86.33% from 255 or 66.67% from 330); Max value from RGB is 220 - color contains mainly: blue. Hex color #036BDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036BDC is #FC9423. Grayscale: #585858. Windows color (decimal): -16552996 or 14445315. OLE color: 14445315.
HSL color Cylindrical-coordinate representation of color #036BDC: hue angle of 211.24º 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 #036BDC is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 107 | 220 | - |
| CMYK | 0.99 | 0.51 | 0 | 0.14 |
| HSL | 211.24º | 0.97% | 0.44% | - |
| HSV(B) | 211.24º | 0.99% | 0.86% | - |
| XYZ | 18.21 | 15.7 | 69.78 | - |
| YUV | 88.79 | 202.04 | 66.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 107 | 220 | 0.99 | 0.51 | 0 | 0.14 | 211.24 | 0.97 | 0.44 |
| Hex | 3 | 6B | DC | 63 | 33 | 0 | E | D3 | 61 | 2C |
| Octal | 3 | 153 | 334 | 143 | 63 | 0 | 16 | 323 | 141 | 54 |
| Binary | 11 | 1101011 | 11011100 | 1100011 | 110011 | 0 | 1110 | 11010011 | 1100001 | 101100 |
Color Harmonies of #036BDC
Complementary color
Monochromatic Colors of #036BDC
Black with #036BDC
Text Example
Text Example
White with #036BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036BDC; }
p { color: rgb(3,107,220); }
H1.HeaderClassName
{
color: #036BDC;
}
.AnyTagClassName
{
color: #036BDC;
}
</style>
background-color css
<style>
a { background-color: #036BDC; }
a { background-color: rgb(3,107,220); }
div.DivClassName
{
background-color: #036BDC;
}
.BgClassName
{
background-color: #036BDC;
}
</style>
border-color css
<style>
span { border-color: #036BDC; }
span { border-color: rgb(3,107,220); }
td.TdClassName
{
border-color: #036BDC;
}
.TagClassName
{
border-color: #036BDC;
}
</style>