Shades of Navy Blue #0168BB
Tints of Navy Blue #0168BB
RGB
CMYK
RGB Variations
Color information
#0168BB (or 0x0168BB) is known color: Navy Blue. HEX triplet: 01, 68 and BB. RGB value is (1,104,187). Sum of RGB (Red+Green+Blue) = 1+104+187=292 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 292); Green value is 104 (41.02% from 255 or 35.62% from 292); Blue value is 187 (73.44% from 255 or 64.04% from 292); Max value from RGB is 187 - color contains mainly: blue. Hex color #0168BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0168BB is #FE9744. Grayscale: #525252. Windows color (decimal): -16684869 or 12281857. OLE color: 12281857.
HSL color Cylindrical-coordinate representation of color #0168BB: hue angle of 206.77º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0168BB is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 104 | 187 | - |
| CMYK | 0.99 | 0.44 | 0 | 0.27 |
| HSL | 206.77º | 0.99% | 0.37% | - |
| HSV(B) | 206.77º | 0.99% | 0.73% | - |
| XYZ | 13.93 | 13.49 | 48.88 | - |
| YUV | 82.67 | 186.88 | 69.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 104 | 187 | 0.99 | 0.44 | 0 | 0.27 | 206.77 | 0.99 | 0.37 |
| Hex | 1 | 68 | BB | 63 | 2C | 0 | 1B | CF | 63 | 25 |
| Octal | 1 | 150 | 273 | 143 | 54 | 0 | 33 | 317 | 143 | 45 |
| Binary | 1 | 1101000 | 10111011 | 1100011 | 101100 | 0 | 11011 | 11001111 | 1100011 | 100101 |
Color Harmonies of #0168BB
Complementary color
Monochromatic Colors of #0168BB
Black with #0168BB
Text Example
Text Example
White with #0168BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0168BB; }
p { color: rgb(1,104,187); }
H1.HeaderClassName
{
color: #0168BB;
}
.AnyTagClassName
{
color: #0168BB;
}
</style>
background-color css
<style>
a { background-color: #0168BB; }
a { background-color: rgb(1,104,187); }
div.DivClassName
{
background-color: #0168BB;
}
.BgClassName
{
background-color: #0168BB;
}
</style>
border-color css
<style>
span { border-color: #0168BB; }
span { border-color: rgb(1,104,187); }
td.TdClassName
{
border-color: #0168BB;
}
.TagClassName
{
border-color: #0168BB;
}
</style>