Shades of Navy Blue #0167EA
Tints of Navy Blue #0167EA
RGB
CMYK
RGB Variations
Color information
#0167EA (or 0x0167EA) is known color: Navy Blue. HEX triplet: 01, 67 and EA. RGB value is (1,103,234). Sum of RGB (Red+Green+Blue) = 1+103+234=338 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 338); Green value is 103 (40.62% from 255 or 30.47% from 338); Blue value is 234 (91.80% from 255 or 69.23% from 338); Max value from RGB is 234 - color contains mainly: blue. Hex color #0167EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0167EA is #FE9815. Grayscale: #565656. Windows color (decimal): -16685078 or 15361793. OLE color: 15361793.
HSL color Cylindrical-coordinate representation of color #0167EA: hue angle of 213.73º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0167EA is Cyan = 1.00, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 1 | 103 | 234 | - |
| CMYK | 1.00 | 0.56 | 0 | 0.08 |
| HSL | 213.73º | 0.99% | 0.46% | - |
| HSV(B) | 213.73º | 1% | 0.92% | - |
| XYZ | 19.71 | 15.65 | 79.82 | - |
| YUV | 87.44 | 210.71 | 66.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 103 | 234 | 1.00 | 0.56 | 0 | 0.08 | 213.73 | 0.99 | 0.46 |
| Hex | 1 | 67 | EA | 64 | 38 | 0 | 8 | D6 | 63 | 2E |
| Octal | 1 | 147 | 352 | 144 | 70 | 0 | 10 | 326 | 143 | 56 |
| Binary | 1 | 1100111 | 11101010 | 1100100 | 111000 | 0 | 1000 | 11010110 | 1100011 | 101110 |
Color Harmonies of #0167EA
Complementary color
Monochromatic Colors of #0167EA
Black with #0167EA
Text Example
Text Example
White with #0167EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0167EA; }
p { color: rgb(1,103,234); }
H1.HeaderClassName
{
color: #0167EA;
}
.AnyTagClassName
{
color: #0167EA;
}
</style>
background-color css
<style>
a { background-color: #0167EA; }
a { background-color: rgb(1,103,234); }
div.DivClassName
{
background-color: #0167EA;
}
.BgClassName
{
background-color: #0167EA;
}
</style>
border-color css
<style>
span { border-color: #0167EA; }
span { border-color: rgb(1,103,234); }
td.TdClassName
{
border-color: #0167EA;
}
.TagClassName
{
border-color: #0167EA;
}
</style>