Shades of Navy Blue #063FF1
Tints of Navy Blue #063FF1
RGB
CMYK
RGB Variations
Color information
#063FF1 (or 0x063FF1) is known color: Navy Blue. HEX triplet: 06, 3F and F1. RGB value is (6,63,241). Sum of RGB (Red+Green+Blue) = 6+63+241=310 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.94% from 310); Green value is 63 (25% from 255 or 20.32% from 310); Blue value is 241 (94.53% from 255 or 77.74% from 310); Max value from RGB is 241 - color contains mainly: blue. Hex color #063FF1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #063FF1 is #F9C00E. Grayscale: #414141. Windows color (decimal): -16367631 or 15810310. OLE color: 15810310.
HSL color Cylindrical-coordinate representation of color #063FF1: hue angle of 225.45º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #063FF1 is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 6 | 63 | 241 | - |
| CMYK | 0.98 | 0.74 | 0 | 0.05 |
| HSL | 225.45º | 0.95% | 0.48% | - |
| HSV(B) | 225.45º | 0.98% | 0.95% | - |
| XYZ | 17.73 | 9.94 | 84.2 | - |
| YUV | 66.25 | 226.62 | 85.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 63 | 241 | 0.98 | 0.74 | 0 | 0.05 | 225.45 | 0.95 | 0.48 |
| Hex | 6 | 3F | F1 | 62 | 4A | 0 | 5 | E1 | 5F | 30 |
| Octal | 6 | 77 | 361 | 142 | 112 | 0 | 5 | 341 | 137 | 60 |
| Binary | 110 | 111111 | 11110001 | 1100010 | 1001010 | 0 | 101 | 11100001 | 1011111 | 110000 |
Color Harmonies of #063FF1
Complementary color
Monochromatic Colors of #063FF1
Black with #063FF1
Text Example
Text Example
White with #063FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063FF1; }
p { color: rgb(6,63,241); }
H1.HeaderClassName
{
color: #063FF1;
}
.AnyTagClassName
{
color: #063FF1;
}
</style>
background-color css
<style>
a { background-color: #063FF1; }
a { background-color: rgb(6,63,241); }
div.DivClassName
{
background-color: #063FF1;
}
.BgClassName
{
background-color: #063FF1;
}
</style>
border-color css
<style>
span { border-color: #063FF1; }
span { border-color: rgb(6,63,241); }
td.TdClassName
{
border-color: #063FF1;
}
.TagClassName
{
border-color: #063FF1;
}
</style>