Shades of Navy Blue #034FED
Tints of Navy Blue #034FED
RGB
CMYK
RGB Variations
Color information
#034FED (or 0x034FED) is known color: Navy Blue. HEX triplet: 03, 4F and ED. RGB value is (3,79,237). Sum of RGB (Red+Green+Blue) = 3+79+237=319 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 319); Green value is 79 (31.25% from 255 or 24.76% from 319); Blue value is 237 (92.97% from 255 or 74.29% from 319); Max value from RGB is 237 - color contains mainly: blue. Hex color #034FED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #034FED is #FCB012. Grayscale: #494949. Windows color (decimal): -16560147 or 15552259. OLE color: 15552259.
HSL color Cylindrical-coordinate representation of color #034FED: hue angle of 220.51º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #034FED is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 79 | 237 | - |
| CMYK | 0.99 | 0.67 | 0 | 0.07 |
| HSL | 220.51º | 0.98% | 0.47% | - |
| HSV(B) | 220.51º | 0.99% | 0.93% | - |
| XYZ | 18.12 | 11.73 | 81.43 | - |
| YUV | 74.29 | 219.82 | 77.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 79 | 237 | 0.99 | 0.67 | 0 | 0.07 | 220.51 | 0.98 | 0.47 |
| Hex | 3 | 4F | ED | 63 | 43 | 0 | 7 | DD | 62 | 2F |
| Octal | 3 | 117 | 355 | 143 | 103 | 0 | 7 | 335 | 142 | 57 |
| Binary | 11 | 1001111 | 11101101 | 1100011 | 1000011 | 0 | 111 | 11011101 | 1100010 | 101111 |
Color Harmonies of #034FED
Complementary color
Monochromatic Colors of #034FED
Black with #034FED
Text Example
Text Example
White with #034FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034FED; }
p { color: rgb(3,79,237); }
H1.HeaderClassName
{
color: #034FED;
}
.AnyTagClassName
{
color: #034FED;
}
</style>
background-color css
<style>
a { background-color: #034FED; }
a { background-color: rgb(3,79,237); }
div.DivClassName
{
background-color: #034FED;
}
.BgClassName
{
background-color: #034FED;
}
</style>
border-color css
<style>
span { border-color: #034FED; }
span { border-color: rgb(3,79,237); }
td.TdClassName
{
border-color: #034FED;
}
.TagClassName
{
border-color: #034FED;
}
</style>