Shades of Navy Blue #035EDA
Tints of Navy Blue #035EDA
RGB
CMYK
RGB Variations
Color information
#035EDA (or 0x035EDA) is known color: Navy Blue. HEX triplet: 03, 5E and DA. RGB value is (3,94,218). Sum of RGB (Red+Green+Blue) = 3+94+218=315 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 315); Green value is 94 (37.11% from 255 or 29.84% from 315); Blue value is 218 (85.55% from 255 or 69.21% from 315); Max value from RGB is 218 - color contains mainly: blue. Hex color #035EDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035EDA is #FCA125. Grayscale: #505050. Windows color (decimal): -16556326 or 14310915. OLE color: 14310915.
HSL color Cylindrical-coordinate representation of color #035EDA: hue angle of 214.6º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035EDA is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 3 | 94 | 218 | - |
| CMYK | 0.99 | 0.57 | 0 | 0.15 |
| HSL | 214.6º | 0.97% | 0.43% | - |
| HSV(B) | 214.6º | 0.99% | 0.85% | - |
| XYZ | 16.7 | 13.09 | 67.98 | - |
| YUV | 80.93 | 205.35 | 72.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 94 | 218 | 0.99 | 0.57 | 0 | 0.15 | 214.6 | 0.97 | 0.43 |
| Hex | 3 | 5E | DA | 63 | 39 | 0 | F | D7 | 61 | 2B |
| Octal | 3 | 136 | 332 | 143 | 71 | 0 | 17 | 327 | 141 | 53 |
| Binary | 11 | 1011110 | 11011010 | 1100011 | 111001 | 0 | 1111 | 11010111 | 1100001 | 101011 |
Color Harmonies of #035EDA
Complementary color
Monochromatic Colors of #035EDA
Black with #035EDA
Text Example
Text Example
White with #035EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035EDA; }
p { color: rgb(3,94,218); }
H1.HeaderClassName
{
color: #035EDA;
}
.AnyTagClassName
{
color: #035EDA;
}
</style>
background-color css
<style>
a { background-color: #035EDA; }
a { background-color: rgb(3,94,218); }
div.DivClassName
{
background-color: #035EDA;
}
.BgClassName
{
background-color: #035EDA;
}
</style>
border-color css
<style>
span { border-color: #035EDA; }
span { border-color: rgb(3,94,218); }
td.TdClassName
{
border-color: #035EDA;
}
.TagClassName
{
border-color: #035EDA;
}
</style>