Shades of Navy Blue #034FFB
Tints of Navy Blue #034FFB
RGB
CMYK
RGB Variations
Color information
#034FFB (or 0x034FFB) is known color: Navy Blue. HEX triplet: 03, 4F and FB. RGB value is (3,79,251). Sum of RGB (Red+Green+Blue) = 3+79+251=333 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 333); Green value is 79 (31.25% from 255 or 23.72% from 333); Blue value is 251 (98.44% from 255 or 75.38% from 333); Max value from RGB is 251 - color contains mainly: blue. Hex color #034FFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #034FFB is #FCB004. Grayscale: #4B4B4B. Windows color (decimal): -16560133 or 16469763. OLE color: 16469763.
HSL color Cylindrical-coordinate representation of color #034FFB: hue angle of 221.61º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #034FFB is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 79 | 251 | - |
| CMYK | 0.99 | 0.69 | 0 | 0.02 |
| HSL | 221.61º | 0.98% | 0.5% | - |
| HSV(B) | 221.61º | 0.99% | 0.98% | - |
| XYZ | 20.25 | 12.58 | 92.63 | - |
| YUV | 75.88 | 226.82 | 76.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 79 | 251 | 0.99 | 0.69 | 0 | 0.02 | 221.61 | 0.98 | 0.5 |
| Hex | 3 | 4F | FB | 63 | 45 | 0 | 2 | DE | 62 | 32 |
| Octal | 3 | 117 | 373 | 143 | 105 | 0 | 2 | 336 | 142 | 62 |
| Binary | 11 | 1001111 | 11111011 | 1100011 | 1000101 | 0 | 10 | 11011110 | 1100010 | 110010 |
Color Harmonies of #034FFB
Complementary color
Monochromatic Colors of #034FFB
Black with #034FFB
Text Example
Text Example
White with #034FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034FFB; }
p { color: rgb(3,79,251); }
H1.HeaderClassName
{
color: #034FFB;
}
.AnyTagClassName
{
color: #034FFB;
}
</style>
background-color css
<style>
a { background-color: #034FFB; }
a { background-color: rgb(3,79,251); }
div.DivClassName
{
background-color: #034FFB;
}
.BgClassName
{
background-color: #034FFB;
}
</style>
border-color css
<style>
span { border-color: #034FFB; }
span { border-color: rgb(3,79,251); }
td.TdClassName
{
border-color: #034FFB;
}
.TagClassName
{
border-color: #034FFB;
}
</style>