Shades of Navy Blue #034EDA
Tints of Navy Blue #034EDA
RGB
CMYK
RGB Variations
Color information
#034EDA (or 0x034EDA) is known color: Navy Blue. HEX triplet: 03, 4E and DA. RGB value is (3,78,218). Sum of RGB (Red+Green+Blue) = 3+78+218=299 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.00% from 299); Green value is 78 (30.86% from 255 or 26.09% from 299); Blue value is 218 (85.55% from 255 or 72.91% from 299); Max value from RGB is 218 - color contains mainly: blue. Hex color #034EDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #034EDA is #FCB125. Grayscale: #464646. Windows color (decimal): -16560422 or 14306819. OLE color: 14306819.
HSL color Cylindrical-coordinate representation of color #034EDA: hue angle of 219.07º 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 #034EDA is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 3 | 78 | 218 | - |
| CMYK | 0.99 | 0.64 | 0 | 0.15 |
| HSL | 219.07º | 0.97% | 0.43% | - |
| HSV(B) | 219.07º | 0.99% | 0.85% | - |
| XYZ | 15.42 | 10.53 | 67.55 | - |
| YUV | 71.54 | 210.65 | 79.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 78 | 218 | 0.99 | 0.64 | 0 | 0.15 | 219.07 | 0.97 | 0.43 |
| Hex | 3 | 4E | DA | 63 | 40 | 0 | F | DB | 61 | 2B |
| Octal | 3 | 116 | 332 | 143 | 100 | 0 | 17 | 333 | 141 | 53 |
| Binary | 11 | 1001110 | 11011010 | 1100011 | 1000000 | 0 | 1111 | 11011011 | 1100001 | 101011 |
Color Harmonies of #034EDA
Complementary color
Monochromatic Colors of #034EDA
Black with #034EDA
Text Example
Text Example
White with #034EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034EDA; }
p { color: rgb(3,78,218); }
H1.HeaderClassName
{
color: #034EDA;
}
.AnyTagClassName
{
color: #034EDA;
}
</style>
background-color css
<style>
a { background-color: #034EDA; }
a { background-color: rgb(3,78,218); }
div.DivClassName
{
background-color: #034EDA;
}
.BgClassName
{
background-color: #034EDA;
}
</style>
border-color css
<style>
span { border-color: #034EDA; }
span { border-color: rgb(3,78,218); }
td.TdClassName
{
border-color: #034EDA;
}
.TagClassName
{
border-color: #034EDA;
}
</style>