Shades of Navy Blue #035ECD
Tints of Navy Blue #035ECD
RGB
CMYK
RGB Variations
Color information
#035ECD (or 0x035ECD) is known color: Navy Blue. HEX triplet: 03, 5E and CD. RGB value is (3,94,205). Sum of RGB (Red+Green+Blue) = 3+94+205=302 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 302); Green value is 94 (37.11% from 255 or 31.13% from 302); Blue value is 205 (80.47% from 255 or 67.88% from 302); Max value from RGB is 205 - color contains mainly: blue. Hex color #035ECD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035ECD is #FCA132. Grayscale: #4E4E4E. Windows color (decimal): -16556339 or 13458947. OLE color: 13458947.
HSL color Cylindrical-coordinate representation of color #035ECD: hue angle of 212.97º 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 #035ECD is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 94 | 205 | - |
| CMYK | 0.99 | 0.54 | 0 | 0.20 |
| HSL | 212.97º | 0.97% | 0.41% | - |
| HSV(B) | 212.97º | 0.99% | 0.8% | - |
| XYZ | 15.06 | 12.43 | 59.36 | - |
| YUV | 79.45 | 198.85 | 73.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 94 | 205 | 0.99 | 0.54 | 0 | 0.20 | 212.97 | 0.97 | 0.41 |
| Hex | 3 | 5E | CD | 63 | 36 | 0 | 14 | D5 | 61 | 29 |
| Octal | 3 | 136 | 315 | 143 | 66 | 0 | 24 | 325 | 141 | 51 |
| Binary | 11 | 1011110 | 11001101 | 1100011 | 110110 | 0 | 10100 | 11010101 | 1100001 | 101001 |
Color Harmonies of #035ECD
Complementary color
Monochromatic Colors of #035ECD
Black with #035ECD
Text Example
Text Example
White with #035ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035ECD; }
p { color: rgb(3,94,205); }
H1.HeaderClassName
{
color: #035ECD;
}
.AnyTagClassName
{
color: #035ECD;
}
</style>
background-color css
<style>
a { background-color: #035ECD; }
a { background-color: rgb(3,94,205); }
div.DivClassName
{
background-color: #035ECD;
}
.BgClassName
{
background-color: #035ECD;
}
</style>
border-color css
<style>
span { border-color: #035ECD; }
span { border-color: rgb(3,94,205); }
td.TdClassName
{
border-color: #035ECD;
}
.TagClassName
{
border-color: #035ECD;
}
</style>