Shades of Navy Blue #035FC0
Tints of Navy Blue #035FC0
RGB
CMYK
RGB Variations
Color information
#035FC0 (or 0x035FC0) is known color: Navy Blue. HEX triplet: 03, 5F and C0. RGB value is (3,95,192). Sum of RGB (Red+Green+Blue) = 3+95+192=290 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.03% from 290); Green value is 95 (37.5% from 255 or 32.76% from 290); Blue value is 192 (75.39% from 255 or 66.21% from 290); Max value from RGB is 192 - color contains mainly: blue. Hex color #035FC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035FC0 is #FCA03F. Grayscale: #4E4E4E. Windows color (decimal): -16556096 or 12607235. OLE color: 12607235.
HSL color Cylindrical-coordinate representation of color #035FC0: hue angle of 210.79º 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 #035FC0 is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 3 | 95 | 192 | - |
| CMYK | 0.98 | 0.51 | 0 | 0.25 |
| HSL | 210.79º | 0.97% | 0.38% | - |
| HSV(B) | 210.79º | 0.98% | 0.75% | - |
| XYZ | 13.64 | 12.01 | 51.47 | - |
| YUV | 78.55 | 192.02 | 74.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 95 | 192 | 0.98 | 0.51 | 0 | 0.25 | 210.79 | 0.97 | 0.38 |
| Hex | 3 | 5F | C0 | 62 | 33 | 0 | 19 | D3 | 61 | 26 |
| Octal | 3 | 137 | 300 | 142 | 63 | 0 | 31 | 323 | 141 | 46 |
| Binary | 11 | 1011111 | 11000000 | 1100010 | 110011 | 0 | 11001 | 11010011 | 1100001 | 100110 |
Color Harmonies of #035FC0
Complementary color
Monochromatic Colors of #035FC0
Black with #035FC0
Text Example
Text Example
White with #035FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035FC0; }
p { color: rgb(3,95,192); }
H1.HeaderClassName
{
color: #035FC0;
}
.AnyTagClassName
{
color: #035FC0;
}
</style>
background-color css
<style>
a { background-color: #035FC0; }
a { background-color: rgb(3,95,192); }
div.DivClassName
{
background-color: #035FC0;
}
.BgClassName
{
background-color: #035FC0;
}
</style>
border-color css
<style>
span { border-color: #035FC0; }
span { border-color: rgb(3,95,192); }
td.TdClassName
{
border-color: #035FC0;
}
.TagClassName
{
border-color: #035FC0;
}
</style>