Shades of Navy Blue #064CFB
Tints of Navy Blue #064CFB
RGB
CMYK
RGB Variations
Color information
#064CFB (or 0x064CFB) is known color: Navy Blue. HEX triplet: 06, 4C and FB. RGB value is (6,76,251). Sum of RGB (Red+Green+Blue) = 6+76+251=333 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.80% from 333); Green value is 76 (30.08% from 255 or 22.82% 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 #064CFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #064CFB is #F9B304. Grayscale: #4A4A4A. Windows color (decimal): -16364293 or 16468998. OLE color: 16468998.
HSL color Cylindrical-coordinate representation of color #064CFB: hue angle of 222.86º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #064CFB is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 76 | 251 | - |
| CMYK | 0.98 | 0.70 | 0 | 0.02 |
| HSL | 222.86º | 0.97% | 0.5% | - |
| HSV(B) | 222.86º | 0.98% | 0.98% | - |
| XYZ | 20.07 | 12.17 | 92.56 | - |
| YUV | 75.02 | 227.31 | 78.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 76 | 251 | 0.98 | 0.70 | 0 | 0.02 | 222.86 | 0.97 | 0.5 |
| Hex | 6 | 4C | FB | 62 | 46 | 0 | 2 | DF | 61 | 32 |
| Octal | 6 | 114 | 373 | 142 | 106 | 0 | 2 | 337 | 141 | 62 |
| Binary | 110 | 1001100 | 11111011 | 1100010 | 1000110 | 0 | 10 | 11011111 | 1100001 | 110010 |
Color Harmonies of #064CFB
Complementary color
Monochromatic Colors of #064CFB
Black with #064CFB
Text Example
Text Example
White with #064CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064CFB; }
p { color: rgb(6,76,251); }
H1.HeaderClassName
{
color: #064CFB;
}
.AnyTagClassName
{
color: #064CFB;
}
</style>
background-color css
<style>
a { background-color: #064CFB; }
a { background-color: rgb(6,76,251); }
div.DivClassName
{
background-color: #064CFB;
}
.BgClassName
{
background-color: #064CFB;
}
</style>
border-color css
<style>
span { border-color: #064CFB; }
span { border-color: rgb(6,76,251); }
td.TdClassName
{
border-color: #064CFB;
}
.TagClassName
{
border-color: #064CFB;
}
</style>