Shades of Navy Blue #0168BC
Tints of Navy Blue #0168BC
RGB
CMYK
RGB Variations
Color information
#0168BC (or 0x0168BC) is known color: Navy Blue. HEX triplet: 01, 68 and BC. RGB value is (1,104,188). Sum of RGB (Red+Green+Blue) = 1+104+188=293 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 293); Green value is 104 (41.02% from 255 or 35.49% from 293); Blue value is 188 (73.83% from 255 or 64.16% from 293); Max value from RGB is 188 - color contains mainly: blue. Hex color #0168BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0168BC is #FE9743. Grayscale: #525252. Windows color (decimal): -16684868 or 12347393. OLE color: 12347393.
HSL color Cylindrical-coordinate representation of color #0168BC: hue angle of 206.95º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0168BC is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 104 | 188 | - |
| CMYK | 0.99 | 0.45 | 0 | 0.26 |
| HSL | 206.95º | 0.99% | 0.37% | - |
| HSV(B) | 206.95º | 0.99% | 0.74% | - |
| XYZ | 14.04 | 13.54 | 49.45 | - |
| YUV | 82.78 | 187.38 | 69.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 104 | 188 | 0.99 | 0.45 | 0 | 0.26 | 206.95 | 0.99 | 0.37 |
| Hex | 1 | 68 | BC | 63 | 2D | 0 | 1A | CF | 63 | 25 |
| Octal | 1 | 150 | 274 | 143 | 55 | 0 | 32 | 317 | 143 | 45 |
| Binary | 1 | 1101000 | 10111100 | 1100011 | 101101 | 0 | 11010 | 11001111 | 1100011 | 100101 |
Color Harmonies of #0168BC
Complementary color
Monochromatic Colors of #0168BC
Black with #0168BC
Text Example
Text Example
White with #0168BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0168BC; }
p { color: rgb(1,104,188); }
H1.HeaderClassName
{
color: #0168BC;
}
.AnyTagClassName
{
color: #0168BC;
}
</style>
background-color css
<style>
a { background-color: #0168BC; }
a { background-color: rgb(1,104,188); }
div.DivClassName
{
background-color: #0168BC;
}
.BgClassName
{
background-color: #0168BC;
}
</style>
border-color css
<style>
span { border-color: #0168BC; }
span { border-color: rgb(1,104,188); }
td.TdClassName
{
border-color: #0168BC;
}
.TagClassName
{
border-color: #0168BC;
}
</style>