Shades of Navy Blue #035FE2
Tints of Navy Blue #035FE2
RGB
CMYK
RGB Variations
Color information
#035FE2 (or 0x035FE2) is known color: Navy Blue. HEX triplet: 03, 5F and E2. RGB value is (3,95,226). Sum of RGB (Red+Green+Blue) = 3+95+226=324 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 324); Green value is 95 (37.5% from 255 or 29.32% from 324); Blue value is 226 (88.67% from 255 or 69.75% from 324); Max value from RGB is 226 - color contains mainly: blue. Hex color #035FE2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035FE2 is #FCA01D. Grayscale: #515151. Windows color (decimal): -16556062 or 14835459. OLE color: 14835459.
HSL color Cylindrical-coordinate representation of color #035FE2: hue angle of 215.25º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035FE2 is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 3 | 95 | 226 | - |
| CMYK | 0.99 | 0.58 | 0 | 0.11 |
| HSL | 215.25º | 0.97% | 0.45% | - |
| HSV(B) | 215.25º | 0.99% | 0.89% | - |
| XYZ | 17.86 | 13.69 | 73.65 | - |
| YUV | 82.43 | 209.02 | 71.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 95 | 226 | 0.99 | 0.58 | 0 | 0.11 | 215.25 | 0.97 | 0.45 |
| Hex | 3 | 5F | E2 | 63 | 3A | 0 | B | D7 | 61 | 2D |
| Octal | 3 | 137 | 342 | 143 | 72 | 0 | 13 | 327 | 141 | 55 |
| Binary | 11 | 1011111 | 11100010 | 1100011 | 111010 | 0 | 1011 | 11010111 | 1100001 | 101101 |
Color Harmonies of #035FE2
Complementary color
Monochromatic Colors of #035FE2
Black with #035FE2
Text Example
Text Example
White with #035FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035FE2; }
p { color: rgb(3,95,226); }
H1.HeaderClassName
{
color: #035FE2;
}
.AnyTagClassName
{
color: #035FE2;
}
</style>
background-color css
<style>
a { background-color: #035FE2; }
a { background-color: rgb(3,95,226); }
div.DivClassName
{
background-color: #035FE2;
}
.BgClassName
{
background-color: #035FE2;
}
</style>
border-color css
<style>
span { border-color: #035FE2; }
span { border-color: rgb(3,95,226); }
td.TdClassName
{
border-color: #035FE2;
}
.TagClassName
{
border-color: #035FE2;
}
</style>