Shades of Navy Blue #063FF0
Tints of Navy Blue #063FF0
RGB
CMYK
RGB Variations
Color information
#063FF0 (or 0x063FF0) is known color: Navy Blue. HEX triplet: 06, 3F and F0. RGB value is (6,63,240). Sum of RGB (Red+Green+Blue) = 6+63+240=309 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.94% from 309); Green value is 63 (25% from 255 or 20.39% from 309); Blue value is 240 (94.14% from 255 or 77.67% from 309); Max value from RGB is 240 - color contains mainly: blue. Hex color #063FF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #063FF0 is #F9C00F. Grayscale: #414141. Windows color (decimal): -16367632 or 15744774. OLE color: 15744774.
HSL color Cylindrical-coordinate representation of color #063FF0: hue angle of 225.38º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #063FF0 is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 6 | 63 | 240 | - |
| CMYK | 0.98 | 0.74 | 0 | 0.06 |
| HSL | 225.38º | 0.95% | 0.48% | - |
| HSV(B) | 225.38º | 0.98% | 0.94% | - |
| XYZ | 17.58 | 9.89 | 83.42 | - |
| YUV | 66.14 | 226.12 | 85.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 63 | 240 | 0.98 | 0.74 | 0 | 0.06 | 225.38 | 0.95 | 0.48 |
| Hex | 6 | 3F | F0 | 62 | 4A | 0 | 6 | E1 | 5F | 30 |
| Octal | 6 | 77 | 360 | 142 | 112 | 0 | 6 | 341 | 137 | 60 |
| Binary | 110 | 111111 | 11110000 | 1100010 | 1001010 | 0 | 110 | 11100001 | 1011111 | 110000 |
Color Harmonies of #063FF0
Complementary color
Monochromatic Colors of #063FF0
Black with #063FF0
Text Example
Text Example
White with #063FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063FF0; }
p { color: rgb(6,63,240); }
H1.HeaderClassName
{
color: #063FF0;
}
.AnyTagClassName
{
color: #063FF0;
}
</style>
background-color css
<style>
a { background-color: #063FF0; }
a { background-color: rgb(6,63,240); }
div.DivClassName
{
background-color: #063FF0;
}
.BgClassName
{
background-color: #063FF0;
}
</style>
border-color css
<style>
span { border-color: #063FF0; }
span { border-color: rgb(6,63,240); }
td.TdClassName
{
border-color: #063FF0;
}
.TagClassName
{
border-color: #063FF0;
}
</style>