Shades of Navy Blue #0167B7
Tints of Navy Blue #0167B7
RGB
CMYK
RGB Variations
Color information
#0167B7 (or 0x0167B7) is known color: Navy Blue. HEX triplet: 01, 67 and B7. RGB value is (1,103,183). Sum of RGB (Red+Green+Blue) = 1+103+183=287 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 287); Green value is 103 (40.62% from 255 or 35.89% from 287); Blue value is 183 (71.88% from 255 or 63.76% from 287); Max value from RGB is 183 - color contains mainly: blue. Hex color #0167B7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0167B7 is #FE9848. Grayscale: #515151. Windows color (decimal): -16685129 or 12019457. OLE color: 12019457.
HSL color Cylindrical-coordinate representation of color #0167B7: hue angle of 206.37º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0167B7 is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 1 | 103 | 183 | - |
| CMYK | 0.99 | 0.44 | 0 | 0.28 |
| HSL | 206.37º | 0.99% | 0.36% | - |
| HSV(B) | 206.37º | 0.99% | 0.72% | - |
| XYZ | 13.41 | 13.13 | 46.63 | - |
| YUV | 81.62 | 185.21 | 70.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 103 | 183 | 0.99 | 0.44 | 0 | 0.28 | 206.37 | 0.99 | 0.36 |
| Hex | 1 | 67 | B7 | 63 | 2C | 0 | 1C | CE | 63 | 24 |
| Octal | 1 | 147 | 267 | 143 | 54 | 0 | 34 | 316 | 143 | 44 |
| Binary | 1 | 1100111 | 10110111 | 1100011 | 101100 | 0 | 11100 | 11001110 | 1100011 | 100100 |
Color Harmonies of #0167B7
Complementary color
Monochromatic Colors of #0167B7
Black with #0167B7
Text Example
Text Example
White with #0167B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0167B7; }
p { color: rgb(1,103,183); }
H1.HeaderClassName
{
color: #0167B7;
}
.AnyTagClassName
{
color: #0167B7;
}
</style>
background-color css
<style>
a { background-color: #0167B7; }
a { background-color: rgb(1,103,183); }
div.DivClassName
{
background-color: #0167B7;
}
.BgClassName
{
background-color: #0167B7;
}
</style>
border-color css
<style>
span { border-color: #0167B7; }
span { border-color: rgb(1,103,183); }
td.TdClassName
{
border-color: #0167B7;
}
.TagClassName
{
border-color: #0167B7;
}
</style>