Shades of Navy Blue #176CE2
Tints of Navy Blue #176CE2
RGB
CMYK
RGB Variations
Color information
#176CE2 (or 0x176CE2) is known color: Navy Blue. HEX triplet: 17, 6C and E2. RGB value is (23,108,226). Sum of RGB (Red+Green+Blue) = 23+108+226=357 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.44% from 357); Green value is 108 (42.58% from 255 or 30.25% from 357); Blue value is 226 (88.67% from 255 or 63.31% from 357); Max value from RGB is 226 - color contains mainly: blue. Hex color #176CE2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #176CE2 is #E8931D. Grayscale: #5F5F5F. Windows color (decimal): -15242014 or 14838807. OLE color: 14838807.
HSL color Cylindrical-coordinate representation of color #176CE2: hue angle of 214.88º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #176CE2 is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 23 | 108 | 226 | - |
| CMYK | 0.90 | 0.52 | 0 | 0.11 |
| HSL | 214.88º | 0.82% | 0.49% | - |
| HSV(B) | 214.88º | 0.9% | 0.89% | - |
| XYZ | 19.44 | 16.4 | 74.09 | - |
| YUV | 96.04 | 201.34 | 75.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 108 | 226 | 0.90 | 0.52 | 0 | 0.11 | 214.88 | 0.82 | 0.49 |
| Hex | 17 | 6C | E2 | 5A | 34 | 0 | B | D7 | 52 | 31 |
| Octal | 27 | 154 | 342 | 132 | 64 | 0 | 13 | 327 | 122 | 61 |
| Binary | 10111 | 1101100 | 11100010 | 1011010 | 110100 | 0 | 1011 | 11010111 | 1010010 | 110001 |
Color Harmonies of #176CE2
Complementary color
Monochromatic Colors of #176CE2
Black with #176CE2
Text Example
Text Example
White with #176CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176CE2; }
p { color: rgb(23,108,226); }
H1.HeaderClassName
{
color: #176CE2;
}
.AnyTagClassName
{
color: #176CE2;
}
</style>
background-color css
<style>
a { background-color: #176CE2; }
a { background-color: rgb(23,108,226); }
div.DivClassName
{
background-color: #176CE2;
}
.BgClassName
{
background-color: #176CE2;
}
</style>
border-color css
<style>
span { border-color: #176CE2; }
span { border-color: rgb(23,108,226); }
td.TdClassName
{
border-color: #176CE2;
}
.TagClassName
{
border-color: #176CE2;
}
</style>