Shades of Navy Blue #0167FE
Tints of Navy Blue #0167FE
RGB
CMYK
RGB Variations
Color information
#0167FE (or 0x0167FE) is known color: Navy Blue. HEX triplet: 01, 67 and FE. RGB value is (1,103,254). Sum of RGB (Red+Green+Blue) = 1+103+254=358 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 254 (99.61% from 255 or 70.95% from 358); Max value from RGB is 254 - color contains mainly: blue. Hex color #0167FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0167FE is #FE9801. Grayscale: #595959. Windows color (decimal): -16685058 or 16672513. OLE color: 16672513.
HSL color Cylindrical-coordinate representation of color #0167FE: hue angle of 215.81º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0167FE is Cyan = 1.00, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 1 | 103 | 254 | - |
| CMYK | 1.00 | 0.59 | 0 | 0.00 |
| HSL | 215.81º | 0.99% | 0.5% | - |
| HSV(B) | 215.81º | 1% | 1% | - |
| XYZ | 22.75 | 16.86 | 95.82 | - |
| YUV | 89.72 | 220.71 | 64.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 103 | 254 | 1.00 | 0.59 | 0 | 0.00 | 215.81 | 0.99 | 0.5 |
| Hex | 1 | 67 | FE | 64 | 3B | 0 | 0 | D8 | 63 | 32 |
| Octal | 1 | 147 | 376 | 144 | 73 | 0 | 0 | 330 | 143 | 62 |
| Binary | 1 | 1100111 | 11111110 | 1100100 | 111011 | 0 | 0 | 11011000 | 1100011 | 110010 |
Color Harmonies of #0167FE
Complementary color
Monochromatic Colors of #0167FE
Black with #0167FE
Text Example
Text Example
White with #0167FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0167FE; }
p { color: rgb(1,103,254); }
H1.HeaderClassName
{
color: #0167FE;
}
.AnyTagClassName
{
color: #0167FE;
}
</style>
background-color css
<style>
a { background-color: #0167FE; }
a { background-color: rgb(1,103,254); }
div.DivClassName
{
background-color: #0167FE;
}
.BgClassName
{
background-color: #0167FE;
}
</style>
border-color css
<style>
span { border-color: #0167FE; }
span { border-color: rgb(1,103,254); }
td.TdClassName
{
border-color: #0167FE;
}
.TagClassName
{
border-color: #0167FE;
}
</style>