Shades of Navy Blue #063FFC
Tints of Navy Blue #063FFC
RGB
CMYK
RGB Variations
Color information
#063FFC (or 0x063FFC) is known color: Navy Blue. HEX triplet: 06, 3F and FC. RGB value is (6,63,252). Sum of RGB (Red+Green+Blue) = 6+63+252=321 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.87% from 321); Green value is 63 (25% from 255 or 19.63% from 321); Blue value is 252 (98.83% from 255 or 78.50% from 321); Max value from RGB is 252 - color contains mainly: blue. Hex color #063FFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #063FFC is #F9C003. Grayscale: #424242. Windows color (decimal): -16367620 or 16531206. OLE color: 16531206.
HSL color Cylindrical-coordinate representation of color #063FFC: hue angle of 226.1º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #063FFC is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 63 | 252 | - |
| CMYK | 0.98 | 0.75 | 0 | 0.01 |
| HSL | 226.1º | 0.98% | 0.51% | - |
| HSV(B) | 226.1º | 0.98% | 0.99% | - |
| XYZ | 19.42 | 10.62 | 93.12 | - |
| YUV | 67.5 | 232.12 | 84.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 63 | 252 | 0.98 | 0.75 | 0 | 0.01 | 226.1 | 0.98 | 0.51 |
| Hex | 6 | 3F | FC | 62 | 4B | 0 | 1 | E2 | 62 | 33 |
| Octal | 6 | 77 | 374 | 142 | 113 | 0 | 1 | 342 | 142 | 63 |
| Binary | 110 | 111111 | 11111100 | 1100010 | 1001011 | 0 | 1 | 11100010 | 1100010 | 110011 |
Color Harmonies of #063FFC
Complementary color
Monochromatic Colors of #063FFC
Black with #063FFC
Text Example
Text Example
White with #063FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063FFC; }
p { color: rgb(6,63,252); }
H1.HeaderClassName
{
color: #063FFC;
}
.AnyTagClassName
{
color: #063FFC;
}
</style>
background-color css
<style>
a { background-color: #063FFC; }
a { background-color: rgb(6,63,252); }
div.DivClassName
{
background-color: #063FFC;
}
.BgClassName
{
background-color: #063FFC;
}
</style>
border-color css
<style>
span { border-color: #063FFC; }
span { border-color: rgb(6,63,252); }
td.TdClassName
{
border-color: #063FFC;
}
.TagClassName
{
border-color: #063FFC;
}
</style>