Shades of Navy Blue #034FE6
Tints of Navy Blue #034FE6
RGB
CMYK
RGB Variations
Color information
#034FE6 (or 0x034FE6) is known color: Navy Blue. HEX triplet: 03, 4F and E6. RGB value is (3,79,230). Sum of RGB (Red+Green+Blue) = 3+79+230=312 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 312); Green value is 79 (31.25% from 255 or 25.32% from 312); Blue value is 230 (90.23% from 255 or 73.72% from 312); Max value from RGB is 230 - color contains mainly: blue. Hex color #034FE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #034FE6 is #FCB019. Grayscale: #484848. Windows color (decimal): -16560154 or 15093507. OLE color: 15093507.
HSL color Cylindrical-coordinate representation of color #034FE6: hue angle of 219.91º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #034FE6 is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 3 | 79 | 230 | - |
| CMYK | 0.99 | 0.66 | 0 | 0.10 |
| HSL | 219.91º | 0.97% | 0.46% | - |
| HSV(B) | 219.91º | 0.99% | 0.9% | - |
| XYZ | 17.12 | 11.32 | 76.15 | - |
| YUV | 73.49 | 216.32 | 77.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 79 | 230 | 0.99 | 0.66 | 0 | 0.10 | 219.91 | 0.97 | 0.46 |
| Hex | 3 | 4F | E6 | 63 | 42 | 0 | A | DC | 61 | 2E |
| Octal | 3 | 117 | 346 | 143 | 102 | 0 | 12 | 334 | 141 | 56 |
| Binary | 11 | 1001111 | 11100110 | 1100011 | 1000010 | 0 | 1010 | 11011100 | 1100001 | 101110 |
Color Harmonies of #034FE6
Complementary color
Monochromatic Colors of #034FE6
Black with #034FE6
Text Example
Text Example
White with #034FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034FE6; }
p { color: rgb(3,79,230); }
H1.HeaderClassName
{
color: #034FE6;
}
.AnyTagClassName
{
color: #034FE6;
}
</style>
background-color css
<style>
a { background-color: #034FE6; }
a { background-color: rgb(3,79,230); }
div.DivClassName
{
background-color: #034FE6;
}
.BgClassName
{
background-color: #034FE6;
}
</style>
border-color css
<style>
span { border-color: #034FE6; }
span { border-color: rgb(3,79,230); }
td.TdClassName
{
border-color: #034FE6;
}
.TagClassName
{
border-color: #034FE6;
}
</style>