Shades of Navy Blue #063FEF
Tints of Navy Blue #063FEF
RGB
CMYK
RGB Variations
Color information
#063FEF (or 0x063FEF) is known color: Navy Blue. HEX triplet: 06, 3F and EF. RGB value is (6,63,239). Sum of RGB (Red+Green+Blue) = 6+63+239=308 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 308); Green value is 63 (25% from 255 or 20.45% from 308); Blue value is 239 (93.75% from 255 or 77.60% from 308); Max value from RGB is 239 - color contains mainly: blue. Hex color #063FEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #063FEF is #F9C010. Grayscale: #414141. Windows color (decimal): -16367633 or 15679238. OLE color: 15679238.
HSL color Cylindrical-coordinate representation of color #063FEF: hue angle of 225.32º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063FEF is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 6 | 63 | 239 | - |
| CMYK | 0.97 | 0.74 | 0 | 0.06 |
| HSL | 225.32º | 0.95% | 0.48% | - |
| HSV(B) | 225.32º | 0.97% | 0.94% | - |
| XYZ | 17.43 | 9.83 | 82.64 | - |
| YUV | 66.02 | 225.62 | 85.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 63 | 239 | 0.97 | 0.74 | 0 | 0.06 | 225.32 | 0.95 | 0.48 |
| Hex | 6 | 3F | EF | 61 | 4A | 0 | 6 | E1 | 5F | 30 |
| Octal | 6 | 77 | 357 | 141 | 112 | 0 | 6 | 341 | 137 | 60 |
| Binary | 110 | 111111 | 11101111 | 1100001 | 1001010 | 0 | 110 | 11100001 | 1011111 | 110000 |
Color Harmonies of #063FEF
Complementary color
Monochromatic Colors of #063FEF
Black with #063FEF
Text Example
Text Example
White with #063FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063FEF; }
p { color: rgb(6,63,239); }
H1.HeaderClassName
{
color: #063FEF;
}
.AnyTagClassName
{
color: #063FEF;
}
</style>
background-color css
<style>
a { background-color: #063FEF; }
a { background-color: rgb(6,63,239); }
div.DivClassName
{
background-color: #063FEF;
}
.BgClassName
{
background-color: #063FEF;
}
</style>
border-color css
<style>
span { border-color: #063FEF; }
span { border-color: rgb(6,63,239); }
td.TdClassName
{
border-color: #063FEF;
}
.TagClassName
{
border-color: #063FEF;
}
</style>