Shades of Navy Blue #0164BF
Tints of Navy Blue #0164BF
RGB
CMYK
RGB Variations
Color information
#0164BF (or 0x0164BF) is known color: Navy Blue. HEX triplet: 01, 64 and BF. RGB value is (1,100,191). Sum of RGB (Red+Green+Blue) = 1+100+191=292 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 292); Green value is 100 (39.45% from 255 or 34.25% from 292); Blue value is 191 (75% from 255 or 65.41% from 292); Max value from RGB is 191 - color contains mainly: blue. Hex color #0164BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0164BF is #FE9B40. Grayscale: #505050. Windows color (decimal): -16685889 or 12542977. OLE color: 12542977.
HSL color Cylindrical-coordinate representation of color #0164BF: hue angle of 208.74º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0164BF is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 100 | 191 | - |
| CMYK | 0.99 | 0.48 | 0 | 0.25 |
| HSL | 208.74º | 0.99% | 0.38% | - |
| HSV(B) | 208.74º | 0.99% | 0.75% | - |
| XYZ | 13.97 | 12.88 | 51.04 | - |
| YUV | 80.77 | 190.2 | 71.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 100 | 191 | 0.99 | 0.48 | 0 | 0.25 | 208.74 | 0.99 | 0.38 |
| Hex | 1 | 64 | BF | 63 | 30 | 0 | 19 | D1 | 63 | 26 |
| Octal | 1 | 144 | 277 | 143 | 60 | 0 | 31 | 321 | 143 | 46 |
| Binary | 1 | 1100100 | 10111111 | 1100011 | 110000 | 0 | 11001 | 11010001 | 1100011 | 100110 |
Color Harmonies of #0164BF
Complementary color
Monochromatic Colors of #0164BF
Black with #0164BF
Text Example
Text Example
White with #0164BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0164BF; }
p { color: rgb(1,100,191); }
H1.HeaderClassName
{
color: #0164BF;
}
.AnyTagClassName
{
color: #0164BF;
}
</style>
background-color css
<style>
a { background-color: #0164BF; }
a { background-color: rgb(1,100,191); }
div.DivClassName
{
background-color: #0164BF;
}
.BgClassName
{
background-color: #0164BF;
}
</style>
border-color css
<style>
span { border-color: #0164BF; }
span { border-color: rgb(1,100,191); }
td.TdClassName
{
border-color: #0164BF;
}
.TagClassName
{
border-color: #0164BF;
}
</style>