Shades of Navy Blue #0168FB
Tints of Navy Blue #0168FB
RGB
CMYK
RGB Variations
Color information
#0168FB (or 0x0168FB) is known color: Navy Blue. HEX triplet: 01, 68 and FB. RGB value is (1,104,251). Sum of RGB (Red+Green+Blue) = 1+104+251=356 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 356); Green value is 104 (41.02% from 255 or 29.21% from 356); Blue value is 251 (98.44% from 255 or 70.51% from 356); Max value from RGB is 251 - color contains mainly: blue. Hex color #0168FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0168FB is #FE9704. Grayscale: #595959. Windows color (decimal): -16684805 or 16476161. OLE color: 16476161.
HSL color Cylindrical-coordinate representation of color #0168FB: hue angle of 215.28º 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 #0168FB is Cyan = 1.00, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 104 | 251 | - |
| CMYK | 1.00 | 0.59 | 0 | 0.02 |
| HSL | 215.28º | 0.99% | 0.49% | - |
| HSV(B) | 215.28º | 1% | 0.98% | - |
| XYZ | 22.38 | 16.87 | 93.34 | - |
| YUV | 89.96 | 218.88 | 64.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 104 | 251 | 1.00 | 0.59 | 0 | 0.02 | 215.28 | 0.99 | 0.49 |
| Hex | 1 | 68 | FB | 64 | 3B | 0 | 2 | D7 | 63 | 31 |
| Octal | 1 | 150 | 373 | 144 | 73 | 0 | 2 | 327 | 143 | 61 |
| Binary | 1 | 1101000 | 11111011 | 1100100 | 111011 | 0 | 10 | 11010111 | 1100011 | 110001 |
Color Harmonies of #0168FB
Complementary color
Monochromatic Colors of #0168FB
Black with #0168FB
Text Example
Text Example
White with #0168FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0168FB; }
p { color: rgb(1,104,251); }
H1.HeaderClassName
{
color: #0168FB;
}
.AnyTagClassName
{
color: #0168FB;
}
</style>
background-color css
<style>
a { background-color: #0168FB; }
a { background-color: rgb(1,104,251); }
div.DivClassName
{
background-color: #0168FB;
}
.BgClassName
{
background-color: #0168FB;
}
</style>
border-color css
<style>
span { border-color: #0168FB; }
span { border-color: rgb(1,104,251); }
td.TdClassName
{
border-color: #0168FB;
}
.TagClassName
{
border-color: #0168FB;
}
</style>