Shades of Navy Blue #034BE0
Tints of Navy Blue #034BE0
RGB
CMYK
RGB Variations
Color information
#034BE0 (or 0x034BE0) is known color: Navy Blue. HEX triplet: 03, 4B and E0. RGB value is (3,75,224). Sum of RGB (Red+Green+Blue) = 3+75+224=302 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 302); Green value is 75 (29.69% from 255 or 24.83% from 302); Blue value is 224 (87.89% from 255 or 74.17% from 302); Max value from RGB is 224 - color contains mainly: blue. Hex color #034BE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #034BE0 is #FCB41F. Grayscale: #454545. Windows color (decimal): -16561184 or 14699267. OLE color: 14699267.
HSL color Cylindrical-coordinate representation of color #034BE0: hue angle of 220.45º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #034BE0 is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 3 | 75 | 224 | - |
| CMYK | 0.99 | 0.67 | 0 | 0.12 |
| HSL | 220.45º | 0.97% | 0.45% | - |
| HSV(B) | 220.45º | 0.99% | 0.88% | - |
| XYZ | 16.01 | 10.43 | 71.69 | - |
| YUV | 70.46 | 214.65 | 79.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 75 | 224 | 0.99 | 0.67 | 0 | 0.12 | 220.45 | 0.97 | 0.45 |
| Hex | 3 | 4B | E0 | 63 | 43 | 0 | C | DC | 61 | 2D |
| Octal | 3 | 113 | 340 | 143 | 103 | 0 | 14 | 334 | 141 | 55 |
| Binary | 11 | 1001011 | 11100000 | 1100011 | 1000011 | 0 | 1100 | 11011100 | 1100001 | 101101 |
Color Harmonies of #034BE0
Complementary color
Monochromatic Colors of #034BE0
Black with #034BE0
Text Example
Text Example
White with #034BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034BE0; }
p { color: rgb(3,75,224); }
H1.HeaderClassName
{
color: #034BE0;
}
.AnyTagClassName
{
color: #034BE0;
}
</style>
background-color css
<style>
a { background-color: #034BE0; }
a { background-color: rgb(3,75,224); }
div.DivClassName
{
background-color: #034BE0;
}
.BgClassName
{
background-color: #034BE0;
}
</style>
border-color css
<style>
span { border-color: #034BE0; }
span { border-color: rgb(3,75,224); }
td.TdClassName
{
border-color: #034BE0;
}
.TagClassName
{
border-color: #034BE0;
}
</style>