Shades of Navy Blue #0168F8
Tints of Navy Blue #0168F8
RGB
CMYK
RGB Variations
Color information
#0168F8 (or 0x0168F8) is known color: Navy Blue. HEX triplet: 01, 68 and F8. RGB value is (1,104,248). Sum of RGB (Red+Green+Blue) = 1+104+248=353 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 353); Green value is 104 (41.02% from 255 or 29.46% from 353); Blue value is 248 (97.27% from 255 or 70.25% from 353); Max value from RGB is 248 - color contains mainly: blue. Hex color #0168F8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0168F8 is #FE9707. Grayscale: #585858. Windows color (decimal): -16684808 or 16279553. OLE color: 16279553.
HSL color Cylindrical-coordinate representation of color #0168F8: hue angle of 214.98º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0168F8 is Cyan = 1.00, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 1 | 104 | 248 | - |
| CMYK | 1.00 | 0.58 | 0 | 0.03 |
| HSL | 214.98º | 0.99% | 0.49% | - |
| HSV(B) | 214.98º | 1% | 0.97% | - |
| XYZ | 21.91 | 16.68 | 90.87 | - |
| YUV | 89.62 | 217.38 | 64.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 104 | 248 | 1.00 | 0.58 | 0 | 0.03 | 214.98 | 0.99 | 0.49 |
| Hex | 1 | 68 | F8 | 64 | 3A | 0 | 3 | D7 | 63 | 31 |
| Octal | 1 | 150 | 370 | 144 | 72 | 0 | 3 | 327 | 143 | 61 |
| Binary | 1 | 1101000 | 11111000 | 1100100 | 111010 | 0 | 11 | 11010111 | 1100011 | 110001 |
Color Harmonies of #0168F8
Complementary color
Monochromatic Colors of #0168F8
Black with #0168F8
Text Example
Text Example
White with #0168F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0168F8; }
p { color: rgb(1,104,248); }
H1.HeaderClassName
{
color: #0168F8;
}
.AnyTagClassName
{
color: #0168F8;
}
</style>
background-color css
<style>
a { background-color: #0168F8; }
a { background-color: rgb(1,104,248); }
div.DivClassName
{
background-color: #0168F8;
}
.BgClassName
{
background-color: #0168F8;
}
</style>
border-color css
<style>
span { border-color: #0168F8; }
span { border-color: rgb(1,104,248); }
td.TdClassName
{
border-color: #0168F8;
}
.TagClassName
{
border-color: #0168F8;
}
</style>