Shades of Navy Blue #034ADA
Tints of Navy Blue #034ADA
RGB
CMYK
RGB Variations
Color information
#034ADA (or 0x034ADA) is known color: Navy Blue. HEX triplet: 03, 4A and DA. RGB value is (3,74,218). Sum of RGB (Red+Green+Blue) = 3+74+218=295 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 295); Green value is 74 (29.30% from 255 or 25.08% from 295); Blue value is 218 (85.55% from 255 or 73.90% from 295); Max value from RGB is 218 - color contains mainly: blue. Hex color #034ADA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #034ADA is #FCB525. Grayscale: #444444. Windows color (decimal): -16561446 or 14305795. OLE color: 14305795.
HSL color Cylindrical-coordinate representation of color #034ADA: hue angle of 220.19º 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 #034ADA is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 3 | 74 | 218 | - |
| CMYK | 0.99 | 0.66 | 0 | 0.15 |
| HSL | 220.19º | 0.97% | 0.43% | - |
| HSV(B) | 220.19º | 0.99% | 0.85% | - |
| XYZ | 15.14 | 9.98 | 67.46 | - |
| YUV | 69.19 | 211.98 | 80.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 74 | 218 | 0.99 | 0.66 | 0 | 0.15 | 220.19 | 0.97 | 0.43 |
| Hex | 3 | 4A | DA | 63 | 42 | 0 | F | DC | 61 | 2B |
| Octal | 3 | 112 | 332 | 143 | 102 | 0 | 17 | 334 | 141 | 53 |
| Binary | 11 | 1001010 | 11011010 | 1100011 | 1000010 | 0 | 1111 | 11011100 | 1100001 | 101011 |
Color Harmonies of #034ADA
Complementary color
Monochromatic Colors of #034ADA
Black with #034ADA
Text Example
Text Example
White with #034ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034ADA; }
p { color: rgb(3,74,218); }
H1.HeaderClassName
{
color: #034ADA;
}
.AnyTagClassName
{
color: #034ADA;
}
</style>
background-color css
<style>
a { background-color: #034ADA; }
a { background-color: rgb(3,74,218); }
div.DivClassName
{
background-color: #034ADA;
}
.BgClassName
{
background-color: #034ADA;
}
</style>
border-color css
<style>
span { border-color: #034ADA; }
span { border-color: rgb(3,74,218); }
td.TdClassName
{
border-color: #034ADA;
}
.TagClassName
{
border-color: #034ADA;
}
</style>