Shades of Navy Blue #0168EB
Tints of Navy Blue #0168EB
RGB
CMYK
RGB Variations
Color information
#0168EB (or 0x0168EB) is known color: Navy Blue. HEX triplet: 01, 68 and EB. RGB value is (1,104,235). Sum of RGB (Red+Green+Blue) = 1+104+235=340 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 235 (92.19% from 255 or 69.12% from 340); Max value from RGB is 235 - color contains mainly: blue. Hex color #0168EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0168EB is #FE9714. Grayscale: #575757. Windows color (decimal): -16684821 or 15427585. OLE color: 15427585.
HSL color Cylindrical-coordinate representation of color #0168EB: hue angle of 213.59º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0168EB is Cyan = 1.00, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 1 | 104 | 235 | - |
| CMYK | 1.00 | 0.56 | 0 | 0.08 |
| HSL | 213.59º | 0.99% | 0.46% | - |
| HSV(B) | 213.59º | 1% | 0.92% | - |
| XYZ | 19.96 | 15.91 | 80.62 | - |
| YUV | 88.14 | 210.88 | 65.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 104 | 235 | 1.00 | 0.56 | 0 | 0.08 | 213.59 | 0.99 | 0.46 |
| Hex | 1 | 68 | EB | 64 | 38 | 0 | 8 | D6 | 63 | 2E |
| Octal | 1 | 150 | 353 | 144 | 70 | 0 | 10 | 326 | 143 | 56 |
| Binary | 1 | 1101000 | 11101011 | 1100100 | 111000 | 0 | 1000 | 11010110 | 1100011 | 101110 |
Color Harmonies of #0168EB
Complementary color
Monochromatic Colors of #0168EB
Black with #0168EB
Text Example
Text Example
White with #0168EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0168EB; }
p { color: rgb(1,104,235); }
H1.HeaderClassName
{
color: #0168EB;
}
.AnyTagClassName
{
color: #0168EB;
}
</style>
background-color css
<style>
a { background-color: #0168EB; }
a { background-color: rgb(1,104,235); }
div.DivClassName
{
background-color: #0168EB;
}
.BgClassName
{
background-color: #0168EB;
}
</style>
border-color css
<style>
span { border-color: #0168EB; }
span { border-color: rgb(1,104,235); }
td.TdClassName
{
border-color: #0168EB;
}
.TagClassName
{
border-color: #0168EB;
}
</style>