Shades of Navy Blue #035DC0
Tints of Navy Blue #035DC0
RGB
CMYK
RGB Variations
Color information
#035DC0 (or 0x035DC0) is known color: Navy Blue. HEX triplet: 03, 5D and C0. RGB value is (3,93,192). Sum of RGB (Red+Green+Blue) = 3+93+192=288 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.04% from 288); Green value is 93 (36.72% from 255 or 32.29% from 288); Blue value is 192 (75.39% from 255 or 66.67% from 288); Max value from RGB is 192 - color contains mainly: blue. Hex color #035DC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035DC0 is #FCA23F. Grayscale: #4C4C4C. Windows color (decimal): -16556608 or 12606723. OLE color: 12606723.
HSL color Cylindrical-coordinate representation of color #035DC0: hue angle of 211.43º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035DC0 is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 3 | 93 | 192 | - |
| CMYK | 0.98 | 0.52 | 0 | 0.25 |
| HSL | 211.43º | 0.97% | 0.38% | - |
| HSV(B) | 211.43º | 0.98% | 0.75% | - |
| XYZ | 13.47 | 11.65 | 51.41 | - |
| YUV | 77.38 | 192.68 | 74.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 93 | 192 | 0.98 | 0.52 | 0 | 0.25 | 211.43 | 0.97 | 0.38 |
| Hex | 3 | 5D | C0 | 62 | 34 | 0 | 19 | D3 | 61 | 26 |
| Octal | 3 | 135 | 300 | 142 | 64 | 0 | 31 | 323 | 141 | 46 |
| Binary | 11 | 1011101 | 11000000 | 1100010 | 110100 | 0 | 11001 | 11010011 | 1100001 | 100110 |
Color Harmonies of #035DC0
Complementary color
Monochromatic Colors of #035DC0
Black with #035DC0
Text Example
Text Example
White with #035DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035DC0; }
p { color: rgb(3,93,192); }
H1.HeaderClassName
{
color: #035DC0;
}
.AnyTagClassName
{
color: #035DC0;
}
</style>
background-color css
<style>
a { background-color: #035DC0; }
a { background-color: rgb(3,93,192); }
div.DivClassName
{
background-color: #035DC0;
}
.BgClassName
{
background-color: #035DC0;
}
</style>
border-color css
<style>
span { border-color: #035DC0; }
span { border-color: rgb(3,93,192); }
td.TdClassName
{
border-color: #035DC0;
}
.TagClassName
{
border-color: #035DC0;
}
</style>