Shades of Navy Blue #0167BC
Tints of Navy Blue #0167BC
RGB
CMYK
RGB Variations
Color information
#0167BC (or 0x0167BC) is known color: Navy Blue. HEX triplet: 01, 67 and BC. RGB value is (1,103,188). Sum of RGB (Red+Green+Blue) = 1+103+188=292 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 292); Green value is 103 (40.62% from 255 or 35.27% from 292); Blue value is 188 (73.83% from 255 or 64.38% from 292); Max value from RGB is 188 - color contains mainly: blue. Hex color #0167BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0167BC is #FE9843. Grayscale: #515151. Windows color (decimal): -16685124 or 12347137. OLE color: 12347137.
HSL color Cylindrical-coordinate representation of color #0167BC: hue angle of 207.27º 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 #0167BC is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 103 | 188 | - |
| CMYK | 0.99 | 0.45 | 0 | 0.26 |
| HSL | 207.27º | 0.99% | 0.37% | - |
| HSV(B) | 207.27º | 0.99% | 0.74% | - |
| XYZ | 13.94 | 13.34 | 49.42 | - |
| YUV | 82.19 | 187.71 | 70.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 103 | 188 | 0.99 | 0.45 | 0 | 0.26 | 207.27 | 0.99 | 0.37 |
| Hex | 1 | 67 | BC | 63 | 2D | 0 | 1A | CF | 63 | 25 |
| Octal | 1 | 147 | 274 | 143 | 55 | 0 | 32 | 317 | 143 | 45 |
| Binary | 1 | 1100111 | 10111100 | 1100011 | 101101 | 0 | 11010 | 11001111 | 1100011 | 100101 |
Color Harmonies of #0167BC
Complementary color
Monochromatic Colors of #0167BC
Black with #0167BC
Text Example
Text Example
White with #0167BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0167BC; }
p { color: rgb(1,103,188); }
H1.HeaderClassName
{
color: #0167BC;
}
.AnyTagClassName
{
color: #0167BC;
}
</style>
background-color css
<style>
a { background-color: #0167BC; }
a { background-color: rgb(1,103,188); }
div.DivClassName
{
background-color: #0167BC;
}
.BgClassName
{
background-color: #0167BC;
}
</style>
border-color css
<style>
span { border-color: #0167BC; }
span { border-color: rgb(1,103,188); }
td.TdClassName
{
border-color: #0167BC;
}
.TagClassName
{
border-color: #0167BC;
}
</style>