Shades of Navy Blue #034AF0
Tints of Navy Blue #034AF0
RGB
CMYK
RGB Variations
Color information
#034AF0 (or 0x034AF0) is known color: Navy Blue. HEX triplet: 03, 4A and F0. RGB value is (3,74,240). Sum of RGB (Red+Green+Blue) = 3+74+240=317 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 317); Green value is 74 (29.30% from 255 or 23.34% from 317); Blue value is 240 (94.14% from 255 or 75.71% from 317); Max value from RGB is 240 - color contains mainly: blue. Hex color #034AF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #034AF0 is #FCB50F. Grayscale: #464646. Windows color (decimal): -16561424 or 15747587. OLE color: 15747587.
HSL color Cylindrical-coordinate representation of color #034AF0: hue angle of 222.03º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #034AF0 is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 3 | 74 | 240 | - |
| CMYK | 0.99 | 0.69 | 0 | 0.06 |
| HSL | 222.03º | 0.98% | 0.48% | - |
| HSV(B) | 222.03º | 0.99% | 0.94% | - |
| XYZ | 18.21 | 11.21 | 83.64 | - |
| YUV | 71.7 | 222.98 | 79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 74 | 240 | 0.99 | 0.69 | 0 | 0.06 | 222.03 | 0.98 | 0.48 |
| Hex | 3 | 4A | F0 | 63 | 45 | 0 | 6 | DE | 62 | 30 |
| Octal | 3 | 112 | 360 | 143 | 105 | 0 | 6 | 336 | 142 | 60 |
| Binary | 11 | 1001010 | 11110000 | 1100011 | 1000101 | 0 | 110 | 11011110 | 1100010 | 110000 |
Color Harmonies of #034AF0
Complementary color
Monochromatic Colors of #034AF0
Black with #034AF0
Text Example
Text Example
White with #034AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034AF0; }
p { color: rgb(3,74,240); }
H1.HeaderClassName
{
color: #034AF0;
}
.AnyTagClassName
{
color: #034AF0;
}
</style>
background-color css
<style>
a { background-color: #034AF0; }
a { background-color: rgb(3,74,240); }
div.DivClassName
{
background-color: #034AF0;
}
.BgClassName
{
background-color: #034AF0;
}
</style>
border-color css
<style>
span { border-color: #034AF0; }
span { border-color: rgb(3,74,240); }
td.TdClassName
{
border-color: #034AF0;
}
.TagClassName
{
border-color: #034AF0;
}
</style>