Shades of Navy Blue #036FCD
Tints of Navy Blue #036FCD
RGB
CMYK
RGB Variations
Color information
#036FCD (or 0x036FCD) is known color: Navy Blue. HEX triplet: 03, 6F and CD. RGB value is (3,111,205). Sum of RGB (Red+Green+Blue) = 3+111+205=319 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 319); Green value is 111 (43.75% from 255 or 34.80% from 319); Blue value is 205 (80.47% from 255 or 64.26% from 319); Max value from RGB is 205 - color contains mainly: blue. Hex color #036FCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036FCD is #FC9032. Grayscale: #585858. Windows color (decimal): -16551987 or 13463299. OLE color: 13463299.
HSL color Cylindrical-coordinate representation of color #036FCD: hue angle of 207.92º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #036FCD is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 111 | 205 | - |
| CMYK | 0.99 | 0.46 | 0 | 0.20 |
| HSL | 207.92º | 0.97% | 0.41% | - |
| HSV(B) | 207.92º | 0.99% | 0.8% | - |
| XYZ | 16.74 | 15.8 | 59.92 | - |
| YUV | 89.42 | 193.22 | 66.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 111 | 205 | 0.99 | 0.46 | 0 | 0.20 | 207.92 | 0.97 | 0.41 |
| Hex | 3 | 6F | CD | 63 | 2E | 0 | 14 | D0 | 61 | 29 |
| Octal | 3 | 157 | 315 | 143 | 56 | 0 | 24 | 320 | 141 | 51 |
| Binary | 11 | 1101111 | 11001101 | 1100011 | 101110 | 0 | 10100 | 11010000 | 1100001 | 101001 |
Color Harmonies of #036FCD
Complementary color
Monochromatic Colors of #036FCD
Black with #036FCD
Text Example
Text Example
White with #036FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036FCD; }
p { color: rgb(3,111,205); }
H1.HeaderClassName
{
color: #036FCD;
}
.AnyTagClassName
{
color: #036FCD;
}
</style>
background-color css
<style>
a { background-color: #036FCD; }
a { background-color: rgb(3,111,205); }
div.DivClassName
{
background-color: #036FCD;
}
.BgClassName
{
background-color: #036FCD;
}
</style>
border-color css
<style>
span { border-color: #036FCD; }
span { border-color: rgb(3,111,205); }
td.TdClassName
{
border-color: #036FCD;
}
.TagClassName
{
border-color: #036FCD;
}
</style>