Shades of Navy Blue #0168CB
Tints of Navy Blue #0168CB
RGB
CMYK
RGB Variations
Color information
#0168CB (or 0x0168CB) is known color: Navy Blue. HEX triplet: 01, 68 and CB. RGB value is (1,104,203). Sum of RGB (Red+Green+Blue) = 1+104+203=308 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 308); Green value is 104 (41.02% from 255 or 33.77% from 308); Blue value is 203 (79.69% from 255 or 65.91% from 308); Max value from RGB is 203 - color contains mainly: blue. Hex color #0168CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0168CB is #FE9734. Grayscale: #535353. Windows color (decimal): -16684853 or 13330433. OLE color: 13330433.
HSL color Cylindrical-coordinate representation of color #0168CB: hue angle of 209.41º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0168CB is Cyan = 1.00, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 1 | 104 | 203 | - |
| CMYK | 1.00 | 0.49 | 0 | 0.20 |
| HSL | 209.41º | 0.99% | 0.4% | - |
| HSV(B) | 209.41º | 1% | 0.8% | - |
| XYZ | 15.74 | 14.22 | 58.41 | - |
| YUV | 84.49 | 194.88 | 68.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 104 | 203 | 1.00 | 0.49 | 0 | 0.20 | 209.41 | 0.99 | 0.4 |
| Hex | 1 | 68 | CB | 64 | 31 | 0 | 14 | D1 | 63 | 28 |
| Octal | 1 | 150 | 313 | 144 | 61 | 0 | 24 | 321 | 143 | 50 |
| Binary | 1 | 1101000 | 11001011 | 1100100 | 110001 | 0 | 10100 | 11010001 | 1100011 | 101000 |
Color Harmonies of #0168CB
Complementary color
Monochromatic Colors of #0168CB
Black with #0168CB
Text Example
Text Example
White with #0168CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0168CB; }
p { color: rgb(1,104,203); }
H1.HeaderClassName
{
color: #0168CB;
}
.AnyTagClassName
{
color: #0168CB;
}
</style>
background-color css
<style>
a { background-color: #0168CB; }
a { background-color: rgb(1,104,203); }
div.DivClassName
{
background-color: #0168CB;
}
.BgClassName
{
background-color: #0168CB;
}
</style>
border-color css
<style>
span { border-color: #0168CB; }
span { border-color: rgb(1,104,203); }
td.TdClassName
{
border-color: #0168CB;
}
.TagClassName
{
border-color: #0168CB;
}
</style>