Shades of Navy Blue #034DD9
Tints of Navy Blue #034DD9
RGB
CMYK
RGB Variations
Color information
#034DD9 (or 0x034DD9) is known color: Navy Blue. HEX triplet: 03, 4D and D9. RGB value is (3,77,217). Sum of RGB (Red+Green+Blue) = 3+77+217=297 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 297); Green value is 77 (30.47% from 255 or 25.93% from 297); Blue value is 217 (85.16% from 255 or 73.06% from 297); Max value from RGB is 217 - color contains mainly: blue. Hex color #034DD9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #034DD9 is #FCB226. Grayscale: #464646. Windows color (decimal): -16560679 or 14241027. OLE color: 14241027.
HSL color Cylindrical-coordinate representation of color #034DD9: hue angle of 219.25º 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 #034DD9 is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 3 | 77 | 217 | - |
| CMYK | 0.99 | 0.65 | 0 | 0.15 |
| HSL | 219.25º | 0.97% | 0.43% | - |
| HSV(B) | 219.25º | 0.99% | 0.85% | - |
| XYZ | 15.22 | 10.34 | 66.84 | - |
| YUV | 70.83 | 210.48 | 79.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 77 | 217 | 0.99 | 0.65 | 0 | 0.15 | 219.25 | 0.97 | 0.43 |
| Hex | 3 | 4D | D9 | 63 | 41 | 0 | F | DB | 61 | 2B |
| Octal | 3 | 115 | 331 | 143 | 101 | 0 | 17 | 333 | 141 | 53 |
| Binary | 11 | 1001101 | 11011001 | 1100011 | 1000001 | 0 | 1111 | 11011011 | 1100001 | 101011 |
Color Harmonies of #034DD9
Complementary color
Monochromatic Colors of #034DD9
Black with #034DD9
Text Example
Text Example
White with #034DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034DD9; }
p { color: rgb(3,77,217); }
H1.HeaderClassName
{
color: #034DD9;
}
.AnyTagClassName
{
color: #034DD9;
}
</style>
background-color css
<style>
a { background-color: #034DD9; }
a { background-color: rgb(3,77,217); }
div.DivClassName
{
background-color: #034DD9;
}
.BgClassName
{
background-color: #034DD9;
}
</style>
border-color css
<style>
span { border-color: #034DD9; }
span { border-color: rgb(3,77,217); }
td.TdClassName
{
border-color: #034DD9;
}
.TagClassName
{
border-color: #034DD9;
}
</style>