Shades of Navy Blue #0168ED
Tints of Navy Blue #0168ED
RGB
CMYK
RGB Variations
Color information
#0168ED (or 0x0168ED) is known color: Navy Blue. HEX triplet: 01, 68 and ED. RGB value is (1,104,237). Sum of RGB (Red+Green+Blue) = 1+104+237=342 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 342); Green value is 104 (41.02% from 255 or 30.41% from 342); Blue value is 237 (92.97% from 255 or 69.30% from 342); Max value from RGB is 237 - color contains mainly: blue. Hex color #0168ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0168ED is #FE9712. Grayscale: #575757. Windows color (decimal): -16684819 or 15558657. OLE color: 15558657.
HSL color Cylindrical-coordinate representation of color #0168ED: hue angle of 213.81º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0168ED is Cyan = 1.00, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 104 | 237 | - |
| CMYK | 1.00 | 0.56 | 0 | 0.07 |
| HSL | 213.81º | 0.99% | 0.47% | - |
| HSV(B) | 213.81º | 1% | 0.93% | - |
| XYZ | 20.25 | 16.02 | 82.15 | - |
| YUV | 88.37 | 211.88 | 65.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 104 | 237 | 1.00 | 0.56 | 0 | 0.07 | 213.81 | 0.99 | 0.47 |
| Hex | 1 | 68 | ED | 64 | 38 | 0 | 7 | D6 | 63 | 2F |
| Octal | 1 | 150 | 355 | 144 | 70 | 0 | 7 | 326 | 143 | 57 |
| Binary | 1 | 1101000 | 11101101 | 1100100 | 111000 | 0 | 111 | 11010110 | 1100011 | 101111 |
Color Harmonies of #0168ED
Complementary color
Monochromatic Colors of #0168ED
Black with #0168ED
Text Example
Text Example
White with #0168ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0168ED; }
p { color: rgb(1,104,237); }
H1.HeaderClassName
{
color: #0168ED;
}
.AnyTagClassName
{
color: #0168ED;
}
</style>
background-color css
<style>
a { background-color: #0168ED; }
a { background-color: rgb(1,104,237); }
div.DivClassName
{
background-color: #0168ED;
}
.BgClassName
{
background-color: #0168ED;
}
</style>
border-color css
<style>
span { border-color: #0168ED; }
span { border-color: rgb(1,104,237); }
td.TdClassName
{
border-color: #0168ED;
}
.TagClassName
{
border-color: #0168ED;
}
</style>