Shades of Navy Blue #0668FA
Tints of Navy Blue #0668FA
RGB
CMYK
RGB Variations
Color information
#0668FA (or 0x0668FA) is known color: Navy Blue. HEX triplet: 06, 68 and FA. RGB value is (6,104,250). Sum of RGB (Red+Green+Blue) = 6+104+250=360 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.67% from 360); Green value is 104 (41.02% from 255 or 28.89% from 360); Blue value is 250 (98.05% from 255 or 69.44% from 360); Max value from RGB is 250 - color contains mainly: blue. Hex color #0668FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0668FA is #F99705. Grayscale: #5A5A5A. Windows color (decimal): -16357126 or 16410630. OLE color: 16410630.
HSL color Cylindrical-coordinate representation of color #0668FA: hue angle of 215.9º degrees, saturation: 0.96, 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 #0668FA is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 104 | 250 | - |
| CMYK | 0.98 | 0.58 | 0 | 0.02 |
| HSL | 215.9º | 0.96% | 0.5% | - |
| HSV(B) | 215.9º | 0.98% | 0.98% | - |
| XYZ | 22.28 | 16.84 | 92.52 | - |
| YUV | 91.34 | 217.53 | 67.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 104 | 250 | 0.98 | 0.58 | 0 | 0.02 | 215.9 | 0.96 | 0.5 |
| Hex | 6 | 68 | FA | 62 | 3A | 0 | 2 | D8 | 60 | 32 |
| Octal | 6 | 150 | 372 | 142 | 72 | 0 | 2 | 330 | 140 | 62 |
| Binary | 110 | 1101000 | 11111010 | 1100010 | 111010 | 0 | 10 | 11011000 | 1100000 | 110010 |
Color Harmonies of #0668FA
Complementary color
Monochromatic Colors of #0668FA
Black with #0668FA
Text Example
Text Example
White with #0668FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0668FA; }
p { color: rgb(6,104,250); }
H1.HeaderClassName
{
color: #0668FA;
}
.AnyTagClassName
{
color: #0668FA;
}
</style>
background-color css
<style>
a { background-color: #0668FA; }
a { background-color: rgb(6,104,250); }
div.DivClassName
{
background-color: #0668FA;
}
.BgClassName
{
background-color: #0668FA;
}
</style>
border-color css
<style>
span { border-color: #0668FA; }
span { border-color: rgb(6,104,250); }
td.TdClassName
{
border-color: #0668FA;
}
.TagClassName
{
border-color: #0668FA;
}
</style>