Shades of Navy Blue #036CCD
Tints of Navy Blue #036CCD
RGB
CMYK
RGB Variations
Color information
#036CCD (or 0x036CCD) is known color: Navy Blue. HEX triplet: 03, 6C and CD. RGB value is (3,108,205). Sum of RGB (Red+Green+Blue) = 3+108+205=316 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 316); Green value is 108 (42.58% from 255 or 34.18% from 316); Blue value is 205 (80.47% from 255 or 64.87% from 316); Max value from RGB is 205 - color contains mainly: blue. Hex color #036CCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036CCD is #FC9332. Grayscale: #575757. Windows color (decimal): -16552755 or 13462531. OLE color: 13462531.
HSL color Cylindrical-coordinate representation of color #036CCD: hue angle of 208.81º 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 #036CCD is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 108 | 205 | - |
| CMYK | 0.99 | 0.47 | 0 | 0.20 |
| HSL | 208.81º | 0.97% | 0.41% | - |
| HSV(B) | 208.81º | 0.99% | 0.8% | - |
| XYZ | 16.42 | 15.15 | 59.82 | - |
| YUV | 87.66 | 194.21 | 67.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 108 | 205 | 0.99 | 0.47 | 0 | 0.20 | 208.81 | 0.97 | 0.41 |
| Hex | 3 | 6C | CD | 63 | 2F | 0 | 14 | D1 | 61 | 29 |
| Octal | 3 | 154 | 315 | 143 | 57 | 0 | 24 | 321 | 141 | 51 |
| Binary | 11 | 1101100 | 11001101 | 1100011 | 101111 | 0 | 10100 | 11010001 | 1100001 | 101001 |
Color Harmonies of #036CCD
Complementary color
Monochromatic Colors of #036CCD
Black with #036CCD
Text Example
Text Example
White with #036CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036CCD; }
p { color: rgb(3,108,205); }
H1.HeaderClassName
{
color: #036CCD;
}
.AnyTagClassName
{
color: #036CCD;
}
</style>
background-color css
<style>
a { background-color: #036CCD; }
a { background-color: rgb(3,108,205); }
div.DivClassName
{
background-color: #036CCD;
}
.BgClassName
{
background-color: #036CCD;
}
</style>
border-color css
<style>
span { border-color: #036CCD; }
span { border-color: rgb(3,108,205); }
td.TdClassName
{
border-color: #036CCD;
}
.TagClassName
{
border-color: #036CCD;
}
</style>