Shades of Navy Blue #035DCC
Tints of Navy Blue #035DCC
RGB
CMYK
RGB Variations
Color information
#035DCC (or 0x035DCC) is known color: Navy Blue. HEX triplet: 03, 5D and CC. RGB value is (3,93,204). Sum of RGB (Red+Green+Blue) = 3+93+204=300 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 204 (80.08% from 255 or 68% from 300); Max value from RGB is 204 - color contains mainly: blue. Hex color #035DCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035DCC is #FCA233. Grayscale: #4E4E4E. Windows color (decimal): -16556596 or 13393155. OLE color: 13393155.
HSL color Cylindrical-coordinate representation of color #035DCC: hue angle of 213.13º 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 #035DCC is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 3 | 93 | 204 | - |
| CMYK | 0.99 | 0.54 | 0 | 0.2 |
| HSL | 213.13º | 0.97% | 0.41% | - |
| HSV(B) | 213.13º | 0.99% | 0.8% | - |
| XYZ | 14.85 | 12.21 | 58.7 | - |
| YUV | 78.74 | 198.68 | 73.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 93 | 204 | 0.99 | 0.54 | 0 | 0.2 | 213.13 | 0.97 | 0.41 |
| Hex | 3 | 5D | CC | 63 | 36 | 0 | 14 | D5 | 61 | 29 |
| Octal | 3 | 135 | 314 | 143 | 66 | 0 | 24 | 325 | 141 | 51 |
| Binary | 11 | 1011101 | 11001100 | 1100011 | 110110 | 0 | 10100 | 11010101 | 1100001 | 101001 |
Color Harmonies of #035DCC
Complementary color
Monochromatic Colors of #035DCC
Black with #035DCC
Text Example
Text Example
White with #035DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035DCC; }
p { color: rgb(3,93,204); }
H1.HeaderClassName
{
color: #035DCC;
}
.AnyTagClassName
{
color: #035DCC;
}
</style>
background-color css
<style>
a { background-color: #035DCC; }
a { background-color: rgb(3,93,204); }
div.DivClassName
{
background-color: #035DCC;
}
.BgClassName
{
background-color: #035DCC;
}
</style>
border-color css
<style>
span { border-color: #035DCC; }
span { border-color: rgb(3,93,204); }
td.TdClassName
{
border-color: #035DCC;
}
.TagClassName
{
border-color: #035DCC;
}
</style>