Shades of Navy Blue #0068FA
Tints of Navy Blue #0068FA
RGB
CMYK
RGB Variations
Color information
#0068FA (or 0x0068FA) is known color: Navy Blue. HEX triplet: 00, 68 and FA. RGB value is (0,104,250). Sum of RGB (Red+Green+Blue) = 0+104+250=354 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 250 (98.05% from 255 or 70.62% from 354); Max value from RGB is 250 - color contains mainly: blue. Hex color #0068FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0068FA is #FF9705. Grayscale: #585858. Windows color (decimal): -16750342 or 16410624. OLE color: 16410624.
HSL color Cylindrical-coordinate representation of color #0068FA: hue angle of 215.04º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0068FA is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 104 | 250 | - |
| CMYK | 1 | 0.58 | 0 | 0.02 |
| HSL | 215.04º | 1% | 0.49% | - |
| HSV(B) | 215.04º | 1% | 0.98% | - |
| XYZ | 22.21 | 16.8 | 92.52 | - |
| YUV | 89.55 | 218.54 | 64.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 104 | 250 | 1 | 0.58 | 0 | 0.02 | 215.04 | 1 | 0.49 |
| Hex | 0 | 68 | FA | 64 | 3A | 0 | 2 | D7 | 64 | 31 |
| Octal | 0 | 150 | 372 | 144 | 72 | 0 | 2 | 327 | 144 | 61 |
| Binary | 0 | 1101000 | 11111010 | 1100100 | 111010 | 0 | 10 | 11010111 | 1100100 | 110001 |
Color Harmonies of #0068FA
Complementary color
Monochromatic Colors of #0068FA
Black with #0068FA
Text Example
Text Example
White with #0068FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0068FA; }
p { color: rgb(0,104,250); }
H1.HeaderClassName
{
color: #0068FA;
}
.AnyTagClassName
{
color: #0068FA;
}
</style>
background-color css
<style>
a { background-color: #0068FA; }
a { background-color: rgb(0,104,250); }
div.DivClassName
{
background-color: #0068FA;
}
.BgClassName
{
background-color: #0068FA;
}
</style>
border-color css
<style>
span { border-color: #0068FA; }
span { border-color: rgb(0,104,250); }
td.TdClassName
{
border-color: #0068FA;
}
.TagClassName
{
border-color: #0068FA;
}
</style>