Shades of Navy Blue #0167DF
Tints of Navy Blue #0167DF
RGB
CMYK
RGB Variations
Color information
#0167DF (or 0x0167DF) is known color: Navy Blue. HEX triplet: 01, 67 and DF. RGB value is (1,103,223). Sum of RGB (Red+Green+Blue) = 1+103+223=327 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 327); Green value is 103 (40.62% from 255 or 31.50% from 327); Blue value is 223 (87.5% from 255 or 68.20% from 327); Max value from RGB is 223 - color contains mainly: blue. Hex color #0167DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0167DF is #FE9820. Grayscale: #555555. Windows color (decimal): -16685089 or 14640897. OLE color: 14640897.
HSL color Cylindrical-coordinate representation of color #0167DF: hue angle of 212.43º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0167DF is Cyan = 1.00, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 103 | 223 | - |
| CMYK | 1.00 | 0.54 | 0 | 0.13 |
| HSL | 212.43º | 0.99% | 0.44% | - |
| HSV(B) | 212.43º | 1% | 0.87% | - |
| XYZ | 18.18 | 15.03 | 71.76 | - |
| YUV | 86.18 | 205.21 | 67.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 103 | 223 | 1.00 | 0.54 | 0 | 0.13 | 212.43 | 0.99 | 0.44 |
| Hex | 1 | 67 | DF | 64 | 36 | 0 | D | D4 | 63 | 2C |
| Octal | 1 | 147 | 337 | 144 | 66 | 0 | 15 | 324 | 143 | 54 |
| Binary | 1 | 1100111 | 11011111 | 1100100 | 110110 | 0 | 1101 | 11010100 | 1100011 | 101100 |
Color Harmonies of #0167DF
Complementary color
Monochromatic Colors of #0167DF
Black with #0167DF
Text Example
Text Example
White with #0167DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0167DF; }
p { color: rgb(1,103,223); }
H1.HeaderClassName
{
color: #0167DF;
}
.AnyTagClassName
{
color: #0167DF;
}
</style>
background-color css
<style>
a { background-color: #0167DF; }
a { background-color: rgb(1,103,223); }
div.DivClassName
{
background-color: #0167DF;
}
.BgClassName
{
background-color: #0167DF;
}
</style>
border-color css
<style>
span { border-color: #0167DF; }
span { border-color: rgb(1,103,223); }
td.TdClassName
{
border-color: #0167DF;
}
.TagClassName
{
border-color: #0167DF;
}
</style>