Shades of Navy Blue #0168F9
Tints of Navy Blue #0168F9
RGB
CMYK
RGB Variations
Color information
#0168F9 (or 0x0168F9) is known color: Navy Blue. HEX triplet: 01, 68 and F9. RGB value is (1,104,249). Sum of RGB (Red+Green+Blue) = 1+104+249=354 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 249 (97.66% from 255 or 70.34% from 354); Max value from RGB is 249 - color contains mainly: blue. Hex color #0168F9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0168F9 is #FE9706. Grayscale: #595959. Windows color (decimal): -16684807 or 16345089. OLE color: 16345089.
HSL color Cylindrical-coordinate representation of color #0168F9: hue angle of 215.08º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0168F9 is Cyan = 1.00, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 104 | 249 | - |
| CMYK | 1.00 | 0.58 | 0 | 0.02 |
| HSL | 215.08º | 0.99% | 0.49% | - |
| HSV(B) | 215.08º | 1% | 0.98% | - |
| XYZ | 22.06 | 16.75 | 91.69 | - |
| YUV | 89.73 | 217.88 | 64.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 104 | 249 | 1.00 | 0.58 | 0 | 0.02 | 215.08 | 0.99 | 0.49 |
| Hex | 1 | 68 | F9 | 64 | 3A | 0 | 2 | D7 | 63 | 31 |
| Octal | 1 | 150 | 371 | 144 | 72 | 0 | 2 | 327 | 143 | 61 |
| Binary | 1 | 1101000 | 11111001 | 1100100 | 111010 | 0 | 10 | 11010111 | 1100011 | 110001 |
Color Harmonies of #0168F9
Complementary color
Monochromatic Colors of #0168F9
Black with #0168F9
Text Example
Text Example
White with #0168F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0168F9; }
p { color: rgb(1,104,249); }
H1.HeaderClassName
{
color: #0168F9;
}
.AnyTagClassName
{
color: #0168F9;
}
</style>
background-color css
<style>
a { background-color: #0168F9; }
a { background-color: rgb(1,104,249); }
div.DivClassName
{
background-color: #0168F9;
}
.BgClassName
{
background-color: #0168F9;
}
</style>
border-color css
<style>
span { border-color: #0168F9; }
span { border-color: rgb(1,104,249); }
td.TdClassName
{
border-color: #0168F9;
}
.TagClassName
{
border-color: #0168F9;
}
</style>