Shades of Navy Blue #0164CF
Tints of Navy Blue #0164CF
RGB
CMYK
RGB Variations
Color information
#0164CF (or 0x0164CF) is known color: Navy Blue. HEX triplet: 01, 64 and CF. RGB value is (1,100,207). Sum of RGB (Red+Green+Blue) = 1+100+207=308 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 308); Green value is 100 (39.45% from 255 or 32.47% from 308); Blue value is 207 (81.25% from 255 or 67.21% from 308); Max value from RGB is 207 - color contains mainly: blue. Hex color #0164CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0164CF is #FE9B30. Grayscale: #525252. Windows color (decimal): -16685873 or 13591553. OLE color: 13591553.
HSL color Cylindrical-coordinate representation of color #0164CF: hue angle of 211.17º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0164CF is Cyan = 1.00, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 100 | 207 | - |
| CMYK | 1.00 | 0.52 | 0 | 0.19 |
| HSL | 211.17º | 0.99% | 0.41% | - |
| HSV(B) | 211.17º | 1% | 0.81% | - |
| XYZ | 15.83 | 13.63 | 60.83 | - |
| YUV | 82.6 | 198.2 | 69.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 100 | 207 | 1.00 | 0.52 | 0 | 0.19 | 211.17 | 0.99 | 0.41 |
| Hex | 1 | 64 | CF | 64 | 34 | 0 | 13 | D3 | 63 | 29 |
| Octal | 1 | 144 | 317 | 144 | 64 | 0 | 23 | 323 | 143 | 51 |
| Binary | 1 | 1100100 | 11001111 | 1100100 | 110100 | 0 | 10011 | 11010011 | 1100011 | 101001 |
Color Harmonies of #0164CF
Complementary color
Monochromatic Colors of #0164CF
Black with #0164CF
Text Example
Text Example
White with #0164CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0164CF; }
p { color: rgb(1,100,207); }
H1.HeaderClassName
{
color: #0164CF;
}
.AnyTagClassName
{
color: #0164CF;
}
</style>
background-color css
<style>
a { background-color: #0164CF; }
a { background-color: rgb(1,100,207); }
div.DivClassName
{
background-color: #0164CF;
}
.BgClassName
{
background-color: #0164CF;
}
</style>
border-color css
<style>
span { border-color: #0164CF; }
span { border-color: rgb(1,100,207); }
td.TdClassName
{
border-color: #0164CF;
}
.TagClassName
{
border-color: #0164CF;
}
</style>