Shades of Navy Blue #035EC3
Tints of Navy Blue #035EC3
RGB
CMYK
RGB Variations
Color information
#035EC3 (or 0x035EC3) is known color: Navy Blue. HEX triplet: 03, 5E and C3. RGB value is (3,94,195). Sum of RGB (Red+Green+Blue) = 3+94+195=292 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.03% from 292); Green value is 94 (37.11% from 255 or 32.19% from 292); Blue value is 195 (76.56% from 255 or 66.78% from 292); Max value from RGB is 195 - color contains mainly: blue. Hex color #035EC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035EC3 is #FCA13C. Grayscale: #4D4D4D. Windows color (decimal): -16556349 or 12803587. OLE color: 12803587.
HSL color Cylindrical-coordinate representation of color #035EC3: hue angle of 211.56º 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 #035EC3 is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 3 | 94 | 195 | - |
| CMYK | 0.98 | 0.52 | 0 | 0.24 |
| HSL | 211.56º | 0.97% | 0.39% | - |
| HSV(B) | 211.56º | 0.98% | 0.76% | - |
| XYZ | 13.89 | 11.96 | 53.21 | - |
| YUV | 78.31 | 193.85 | 74.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 94 | 195 | 0.98 | 0.52 | 0 | 0.24 | 211.56 | 0.97 | 0.39 |
| Hex | 3 | 5E | C3 | 62 | 34 | 0 | 18 | D4 | 61 | 27 |
| Octal | 3 | 136 | 303 | 142 | 64 | 0 | 30 | 324 | 141 | 47 |
| Binary | 11 | 1011110 | 11000011 | 1100010 | 110100 | 0 | 11000 | 11010100 | 1100001 | 100111 |
Color Harmonies of #035EC3
Complementary color
Monochromatic Colors of #035EC3
Black with #035EC3
Text Example
Text Example
White with #035EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035EC3; }
p { color: rgb(3,94,195); }
H1.HeaderClassName
{
color: #035EC3;
}
.AnyTagClassName
{
color: #035EC3;
}
</style>
background-color css
<style>
a { background-color: #035EC3; }
a { background-color: rgb(3,94,195); }
div.DivClassName
{
background-color: #035EC3;
}
.BgClassName
{
background-color: #035EC3;
}
</style>
border-color css
<style>
span { border-color: #035EC3; }
span { border-color: rgb(3,94,195); }
td.TdClassName
{
border-color: #035EC3;
}
.TagClassName
{
border-color: #035EC3;
}
</style>