Shades of Navy Blue #034DF5
Tints of Navy Blue #034DF5
RGB
CMYK
RGB Variations
Color information
#034DF5 (or 0x034DF5) is known color: Navy Blue. HEX triplet: 03, 4D and F5. RGB value is (3,77,245). Sum of RGB (Red+Green+Blue) = 3+77+245=325 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 325); Green value is 77 (30.47% from 255 or 23.69% from 325); Blue value is 245 (96.09% from 255 or 75.38% from 325); Max value from RGB is 245 - color contains mainly: blue. Hex color #034DF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #034DF5 is #FCB20A. Grayscale: #494949. Windows color (decimal): -16560651 or 16076035. OLE color: 16076035.
HSL color Cylindrical-coordinate representation of color #034DF5: hue angle of 221.65º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #034DF5 is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 3 | 77 | 245 | - |
| CMYK | 0.99 | 0.69 | 0 | 0.04 |
| HSL | 221.65º | 0.98% | 0.49% | - |
| HSV(B) | 221.65º | 0.99% | 0.96% | - |
| XYZ | 19.17 | 11.92 | 87.68 | - |
| YUV | 74.03 | 224.48 | 77.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 77 | 245 | 0.99 | 0.69 | 0 | 0.04 | 221.65 | 0.98 | 0.49 |
| Hex | 3 | 4D | F5 | 63 | 45 | 0 | 4 | DE | 62 | 31 |
| Octal | 3 | 115 | 365 | 143 | 105 | 0 | 4 | 336 | 142 | 61 |
| Binary | 11 | 1001101 | 11110101 | 1100011 | 1000101 | 0 | 100 | 11011110 | 1100010 | 110001 |
Color Harmonies of #034DF5
Complementary color
Monochromatic Colors of #034DF5
Black with #034DF5
Text Example
Text Example
White with #034DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034DF5; }
p { color: rgb(3,77,245); }
H1.HeaderClassName
{
color: #034DF5;
}
.AnyTagClassName
{
color: #034DF5;
}
</style>
background-color css
<style>
a { background-color: #034DF5; }
a { background-color: rgb(3,77,245); }
div.DivClassName
{
background-color: #034DF5;
}
.BgClassName
{
background-color: #034DF5;
}
</style>
border-color css
<style>
span { border-color: #034DF5; }
span { border-color: rgb(3,77,245); }
td.TdClassName
{
border-color: #034DF5;
}
.TagClassName
{
border-color: #034DF5;
}
</style>