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