Shades of Navy Blue #035EE6
Tints of Navy Blue #035EE6
RGB
CMYK
RGB Variations
Color information
#035EE6 (or 0x035EE6) is known color: Navy Blue. HEX triplet: 03, 5E and E6. RGB value is (3,94,230). Sum of RGB (Red+Green+Blue) = 3+94+230=327 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 230 (90.23% from 255 or 70.34% from 327); Max value from RGB is 230 - color contains mainly: blue. Hex color #035EE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035EE6 is #FCA119. Grayscale: #515151. Windows color (decimal): -16556314 or 15097347. OLE color: 15097347.
HSL color Cylindrical-coordinate representation of color #035EE6: hue angle of 215.95º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035EE6 is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 3 | 94 | 230 | - |
| CMYK | 0.99 | 0.59 | 0 | 0.10 |
| HSL | 215.95º | 0.97% | 0.46% | - |
| HSV(B) | 215.95º | 0.99% | 0.9% | - |
| XYZ | 18.32 | 13.74 | 76.55 | - |
| YUV | 82.3 | 211.35 | 71.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 94 | 230 | 0.99 | 0.59 | 0 | 0.10 | 215.95 | 0.97 | 0.46 |
| Hex | 3 | 5E | E6 | 63 | 3B | 0 | A | D8 | 61 | 2E |
| Octal | 3 | 136 | 346 | 143 | 73 | 0 | 12 | 330 | 141 | 56 |
| Binary | 11 | 1011110 | 11100110 | 1100011 | 111011 | 0 | 1010 | 11011000 | 1100001 | 101110 |
Color Harmonies of #035EE6
Complementary color
Monochromatic Colors of #035EE6
Black with #035EE6
Text Example
Text Example
White with #035EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035EE6; }
p { color: rgb(3,94,230); }
H1.HeaderClassName
{
color: #035EE6;
}
.AnyTagClassName
{
color: #035EE6;
}
</style>
background-color css
<style>
a { background-color: #035EE6; }
a { background-color: rgb(3,94,230); }
div.DivClassName
{
background-color: #035EE6;
}
.BgClassName
{
background-color: #035EE6;
}
</style>
border-color css
<style>
span { border-color: #035EE6; }
span { border-color: rgb(3,94,230); }
td.TdClassName
{
border-color: #035EE6;
}
.TagClassName
{
border-color: #035EE6;
}
</style>