Shades of Navy Blue #035FC2
Tints of Navy Blue #035FC2
RGB
CMYK
RGB Variations
Color information
#035FC2 (or 0x035FC2) is known color: Navy Blue. HEX triplet: 03, 5F and C2. RGB value is (3,95,194). Sum of RGB (Red+Green+Blue) = 3+95+194=292 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.03% from 292); Green value is 95 (37.5% from 255 or 32.53% from 292); Blue value is 194 (76.17% from 255 or 66.44% from 292); Max value from RGB is 194 - color contains mainly: blue. Hex color #035FC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035FC2 is #FCA03D. Grayscale: #4E4E4E. Windows color (decimal): -16556094 or 12738307. OLE color: 12738307.
HSL color Cylindrical-coordinate representation of color #035FC2: hue angle of 211.1º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035FC2 is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 3 | 95 | 194 | - |
| CMYK | 0.98 | 0.51 | 0 | 0.24 |
| HSL | 211.1º | 0.97% | 0.39% | - |
| HSV(B) | 211.1º | 0.98% | 0.76% | - |
| XYZ | 13.87 | 12.1 | 52.64 | - |
| YUV | 78.78 | 193.02 | 73.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 95 | 194 | 0.98 | 0.51 | 0 | 0.24 | 211.1 | 0.97 | 0.39 |
| Hex | 3 | 5F | C2 | 62 | 33 | 0 | 18 | D3 | 61 | 27 |
| Octal | 3 | 137 | 302 | 142 | 63 | 0 | 30 | 323 | 141 | 47 |
| Binary | 11 | 1011111 | 11000010 | 1100010 | 110011 | 0 | 11000 | 11010011 | 1100001 | 100111 |
Color Harmonies of #035FC2
Complementary color
Monochromatic Colors of #035FC2
Black with #035FC2
Text Example
Text Example
White with #035FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035FC2; }
p { color: rgb(3,95,194); }
H1.HeaderClassName
{
color: #035FC2;
}
.AnyTagClassName
{
color: #035FC2;
}
</style>
background-color css
<style>
a { background-color: #035FC2; }
a { background-color: rgb(3,95,194); }
div.DivClassName
{
background-color: #035FC2;
}
.BgClassName
{
background-color: #035FC2;
}
</style>
border-color css
<style>
span { border-color: #035FC2; }
span { border-color: rgb(3,95,194); }
td.TdClassName
{
border-color: #035FC2;
}
.TagClassName
{
border-color: #035FC2;
}
</style>