Shades of Navy Blue #166BED
Tints of Navy Blue #166BED
RGB
CMYK
RGB Variations
Color information
#166BED (or 0x166BED) is known color: Navy Blue. HEX triplet: 16, 6B and ED. RGB value is (22,107,237). Sum of RGB (Red+Green+Blue) = 22+107+237=366 (48% of max value = 765). Red value is 22 (8.98% from 255 or 6.01% from 366); Green value is 107 (42.19% from 255 or 29.23% from 366); Blue value is 237 (92.97% from 255 or 64.75% from 366); Max value from RGB is 237 - color contains mainly: blue. Hex color #166BED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #166BED is #E99412. Grayscale: #5F5F5F. Windows color (decimal): -15307795 or 15559446. OLE color: 15559446.
HSL color Cylindrical-coordinate representation of color #166BED: hue angle of 216.28º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #166BED is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 107 | 237 | - |
| CMYK | 0.91 | 0.55 | 0 | 0.07 |
| HSL | 216.28º | 0.86% | 0.51% | - |
| HSV(B) | 216.28º | 0.91% | 0.93% | - |
| XYZ | 20.87 | 16.8 | 82.26 | - |
| YUV | 96.41 | 207.34 | 74.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 107 | 237 | 0.91 | 0.55 | 0 | 0.07 | 216.28 | 0.86 | 0.51 |
| Hex | 16 | 6B | ED | 5B | 37 | 0 | 7 | D8 | 56 | 33 |
| Octal | 26 | 153 | 355 | 133 | 67 | 0 | 7 | 330 | 126 | 63 |
| Binary | 10110 | 1101011 | 11101101 | 1011011 | 110111 | 0 | 111 | 11011000 | 1010110 | 110011 |
Color Harmonies of #166BED
Complementary color
Monochromatic Colors of #166BED
Black with #166BED
Text Example
Text Example
White with #166BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166BED; }
p { color: rgb(22,107,237); }
H1.HeaderClassName
{
color: #166BED;
}
.AnyTagClassName
{
color: #166BED;
}
</style>
background-color css
<style>
a { background-color: #166BED; }
a { background-color: rgb(22,107,237); }
div.DivClassName
{
background-color: #166BED;
}
.BgClassName
{
background-color: #166BED;
}
</style>
border-color css
<style>
span { border-color: #166BED; }
span { border-color: rgb(22,107,237); }
td.TdClassName
{
border-color: #166BED;
}
.TagClassName
{
border-color: #166BED;
}
</style>