Shades of Navy Blue #166FE5
Tints of Navy Blue #166FE5
RGB
CMYK
RGB Variations
Color information
#166FE5 (or 0x166FE5) is known color: Navy Blue. HEX triplet: 16, 6F and E5. RGB value is (22,111,229). Sum of RGB (Red+Green+Blue) = 22+111+229=362 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.08% from 362); Green value is 111 (43.75% from 255 or 30.66% from 362); Blue value is 229 (89.84% from 255 or 63.26% from 362); Max value from RGB is 229 - color contains mainly: blue. Hex color #166FE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166FE5 is #E9901A. Grayscale: #616161. Windows color (decimal): -15306779 or 15036182. OLE color: 15036182.
HSL color Cylindrical-coordinate representation of color #166FE5: hue angle of 214.2º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #166FE5 is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 22 | 111 | 229 | - |
| CMYK | 0.90 | 0.52 | 0 | 0.10 |
| HSL | 214.2º | 0.82% | 0.49% | - |
| HSV(B) | 214.2º | 0.9% | 0.9% | - |
| XYZ | 20.16 | 17.2 | 76.39 | - |
| YUV | 97.84 | 202.01 | 73.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 111 | 229 | 0.90 | 0.52 | 0 | 0.10 | 214.2 | 0.82 | 0.49 |
| Hex | 16 | 6F | E5 | 5A | 34 | 0 | A | D6 | 52 | 31 |
| Octal | 26 | 157 | 345 | 132 | 64 | 0 | 12 | 326 | 122 | 61 |
| Binary | 10110 | 1101111 | 11100101 | 1011010 | 110100 | 0 | 1010 | 11010110 | 1010010 | 110001 |
Color Harmonies of #166FE5
Complementary color
Monochromatic Colors of #166FE5
Black with #166FE5
Text Example
Text Example
White with #166FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166FE5; }
p { color: rgb(22,111,229); }
H1.HeaderClassName
{
color: #166FE5;
}
.AnyTagClassName
{
color: #166FE5;
}
</style>
background-color css
<style>
a { background-color: #166FE5; }
a { background-color: rgb(22,111,229); }
div.DivClassName
{
background-color: #166FE5;
}
.BgClassName
{
background-color: #166FE5;
}
</style>
border-color css
<style>
span { border-color: #166FE5; }
span { border-color: rgb(22,111,229); }
td.TdClassName
{
border-color: #166FE5;
}
.TagClassName
{
border-color: #166FE5;
}
</style>