Shades of Navy Blue #035ACD
Tints of Navy Blue #035ACD
RGB
CMYK
RGB Variations
Color information
#035ACD (or 0x035ACD) is known color: Navy Blue. HEX triplet: 03, 5A and CD. RGB value is (3,90,205). Sum of RGB (Red+Green+Blue) = 3+90+205=298 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 298); Green value is 90 (35.55% from 255 or 30.20% from 298); Blue value is 205 (80.47% from 255 or 68.79% from 298); Max value from RGB is 205 - color contains mainly: blue. Hex color #035ACD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035ACD is #FCA532. Grayscale: #4C4C4C. Windows color (decimal): -16557363 or 13457923. OLE color: 13457923.
HSL color Cylindrical-coordinate representation of color #035ACD: hue angle of 214.16º 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 #035ACD is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 90 | 205 | - |
| CMYK | 0.99 | 0.56 | 0 | 0.20 |
| HSL | 214.16º | 0.97% | 0.41% | - |
| HSV(B) | 214.16º | 0.99% | 0.8% | - |
| XYZ | 14.71 | 11.74 | 59.25 | - |
| YUV | 77.1 | 200.18 | 75.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 90 | 205 | 0.99 | 0.56 | 0 | 0.20 | 214.16 | 0.97 | 0.41 |
| Hex | 3 | 5A | CD | 63 | 38 | 0 | 14 | D6 | 61 | 29 |
| Octal | 3 | 132 | 315 | 143 | 70 | 0 | 24 | 326 | 141 | 51 |
| Binary | 11 | 1011010 | 11001101 | 1100011 | 111000 | 0 | 10100 | 11010110 | 1100001 | 101001 |
Color Harmonies of #035ACD
Complementary color
Monochromatic Colors of #035ACD
Black with #035ACD
Text Example
Text Example
White with #035ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035ACD; }
p { color: rgb(3,90,205); }
H1.HeaderClassName
{
color: #035ACD;
}
.AnyTagClassName
{
color: #035ACD;
}
</style>
background-color css
<style>
a { background-color: #035ACD; }
a { background-color: rgb(3,90,205); }
div.DivClassName
{
background-color: #035ACD;
}
.BgClassName
{
background-color: #035ACD;
}
</style>
border-color css
<style>
span { border-color: #035ACD; }
span { border-color: rgb(3,90,205); }
td.TdClassName
{
border-color: #035ACD;
}
.TagClassName
{
border-color: #035ACD;
}
</style>