Shades of Navy Blue #0168C2
Tints of Navy Blue #0168C2
RGB
CMYK
RGB Variations
Color information
#0168C2 (or 0x0168C2) is known color: Navy Blue. HEX triplet: 01, 68 and C2. RGB value is (1,104,194). Sum of RGB (Red+Green+Blue) = 1+104+194=299 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 299); Green value is 104 (41.02% from 255 or 34.78% from 299); Blue value is 194 (76.17% from 255 or 64.88% from 299); Max value from RGB is 194 - color contains mainly: blue. Hex color #0168C2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0168C2 is #FE973D. Grayscale: #535353. Windows color (decimal): -16684862 or 12740609. OLE color: 12740609.
HSL color Cylindrical-coordinate representation of color #0168C2: hue angle of 207.98º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0168C2 is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 104 | 194 | - |
| CMYK | 0.99 | 0.46 | 0 | 0.24 |
| HSL | 207.98º | 0.99% | 0.38% | - |
| HSV(B) | 207.98º | 0.99% | 0.76% | - |
| XYZ | 14.7 | 13.8 | 52.93 | - |
| YUV | 83.46 | 190.38 | 69.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 104 | 194 | 0.99 | 0.46 | 0 | 0.24 | 207.98 | 0.99 | 0.38 |
| Hex | 1 | 68 | C2 | 63 | 2E | 0 | 18 | D0 | 63 | 26 |
| Octal | 1 | 150 | 302 | 143 | 56 | 0 | 30 | 320 | 143 | 46 |
| Binary | 1 | 1101000 | 11000010 | 1100011 | 101110 | 0 | 11000 | 11010000 | 1100011 | 100110 |
Color Harmonies of #0168C2
Complementary color
Monochromatic Colors of #0168C2
Black with #0168C2
Text Example
Text Example
White with #0168C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0168C2; }
p { color: rgb(1,104,194); }
H1.HeaderClassName
{
color: #0168C2;
}
.AnyTagClassName
{
color: #0168C2;
}
</style>
background-color css
<style>
a { background-color: #0168C2; }
a { background-color: rgb(1,104,194); }
div.DivClassName
{
background-color: #0168C2;
}
.BgClassName
{
background-color: #0168C2;
}
</style>
border-color css
<style>
span { border-color: #0168C2; }
span { border-color: rgb(1,104,194); }
td.TdClassName
{
border-color: #0168C2;
}
.TagClassName
{
border-color: #0168C2;
}
</style>