Shades of Navy Blue #035CCD
Tints of Navy Blue #035CCD
RGB
CMYK
RGB Variations
Color information
#035CCD (or 0x035CCD) is known color: Navy Blue. HEX triplet: 03, 5C and CD. RGB value is (3,92,205). Sum of RGB (Red+Green+Blue) = 3+92+205=300 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1% from 300); Green value is 92 (36.33% from 255 or 30.67% from 300); Blue value is 205 (80.47% from 255 or 68.33% from 300); Max value from RGB is 205 - color contains mainly: blue. Hex color #035CCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035CCD is #FCA332. Grayscale: #4D4D4D. Windows color (decimal): -16556851 or 13458435. OLE color: 13458435.
HSL color Cylindrical-coordinate representation of color #035CCD: hue angle of 213.56º 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 #035CCD is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 92 | 205 | - |
| CMYK | 0.99 | 0.55 | 0 | 0.20 |
| HSL | 213.56º | 0.97% | 0.41% | - |
| HSV(B) | 213.56º | 0.99% | 0.8% | - |
| XYZ | 14.88 | 12.08 | 59.31 | - |
| YUV | 78.27 | 199.51 | 74.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 92 | 205 | 0.99 | 0.55 | 0 | 0.20 | 213.56 | 0.97 | 0.41 |
| Hex | 3 | 5C | CD | 63 | 37 | 0 | 14 | D6 | 61 | 29 |
| Octal | 3 | 134 | 315 | 143 | 67 | 0 | 24 | 326 | 141 | 51 |
| Binary | 11 | 1011100 | 11001101 | 1100011 | 110111 | 0 | 10100 | 11010110 | 1100001 | 101001 |
Color Harmonies of #035CCD
Complementary color
Monochromatic Colors of #035CCD
Black with #035CCD
Text Example
Text Example
White with #035CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035CCD; }
p { color: rgb(3,92,205); }
H1.HeaderClassName
{
color: #035CCD;
}
.AnyTagClassName
{
color: #035CCD;
}
</style>
background-color css
<style>
a { background-color: #035CCD; }
a { background-color: rgb(3,92,205); }
div.DivClassName
{
background-color: #035CCD;
}
.BgClassName
{
background-color: #035CCD;
}
</style>
border-color css
<style>
span { border-color: #035CCD; }
span { border-color: rgb(3,92,205); }
td.TdClassName
{
border-color: #035CCD;
}
.TagClassName
{
border-color: #035CCD;
}
</style>