Shades of Navy Blue #0167FD
Tints of Navy Blue #0167FD
RGB
CMYK
RGB Variations
Color information
#0167FD (or 0x0167FD) is known color: Navy Blue. HEX triplet: 01, 67 and FD. RGB value is (1,103,253). Sum of RGB (Red+Green+Blue) = 1+103+253=357 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 357); Green value is 103 (40.62% from 255 or 28.85% from 357); Blue value is 253 (99.22% from 255 or 70.87% from 357); Max value from RGB is 253 - color contains mainly: blue. Hex color #0167FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0167FD is #FE9802. Grayscale: #585858. Windows color (decimal): -16685059 or 16606977. OLE color: 16606977.
HSL color Cylindrical-coordinate representation of color #0167FD: hue angle of 215.71º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0167FD is Cyan = 1.00, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 103 | 253 | - |
| CMYK | 1.00 | 0.59 | 0 | 0.01 |
| HSL | 215.71º | 0.99% | 0.5% | - |
| HSV(B) | 215.71º | 1% | 0.99% | - |
| XYZ | 22.59 | 16.8 | 94.98 | - |
| YUV | 89.6 | 220.21 | 64.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 103 | 253 | 1.00 | 0.59 | 0 | 0.01 | 215.71 | 0.99 | 0.5 |
| Hex | 1 | 67 | FD | 64 | 3B | 0 | 1 | D8 | 63 | 32 |
| Octal | 1 | 147 | 375 | 144 | 73 | 0 | 1 | 330 | 143 | 62 |
| Binary | 1 | 1100111 | 11111101 | 1100100 | 111011 | 0 | 1 | 11011000 | 1100011 | 110010 |
Color Harmonies of #0167FD
Complementary color
Monochromatic Colors of #0167FD
Black with #0167FD
Text Example
Text Example
White with #0167FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0167FD; }
p { color: rgb(1,103,253); }
H1.HeaderClassName
{
color: #0167FD;
}
.AnyTagClassName
{
color: #0167FD;
}
</style>
background-color css
<style>
a { background-color: #0167FD; }
a { background-color: rgb(1,103,253); }
div.DivClassName
{
background-color: #0167FD;
}
.BgClassName
{
background-color: #0167FD;
}
</style>
border-color css
<style>
span { border-color: #0167FD; }
span { border-color: rgb(1,103,253); }
td.TdClassName
{
border-color: #0167FD;
}
.TagClassName
{
border-color: #0167FD;
}
</style>