Shades of Navy Blue #176CE4
Tints of Navy Blue #176CE4
RGB
CMYK
RGB Variations
Color information
#176CE4 (or 0x176CE4) is known color: Navy Blue. HEX triplet: 17, 6C and E4. RGB value is (23,108,228). Sum of RGB (Red+Green+Blue) = 23+108+228=359 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.41% from 359); Green value is 108 (42.58% from 255 or 30.08% from 359); Blue value is 228 (89.45% from 255 or 63.51% from 359); Max value from RGB is 228 - color contains mainly: blue. Hex color #176CE4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #176CE4 is #E8931B. Grayscale: #5F5F5F. Windows color (decimal): -15242012 or 14969879. OLE color: 14969879.
HSL color Cylindrical-coordinate representation of color #176CE4: hue angle of 215.12º 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 #176CE4 is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 23 | 108 | 228 | - |
| CMYK | 0.90 | 0.53 | 0 | 0.11 |
| HSL | 215.12º | 0.82% | 0.49% | - |
| HSV(B) | 215.12º | 0.9% | 0.89% | - |
| XYZ | 19.72 | 16.51 | 75.55 | - |
| YUV | 96.27 | 202.34 | 75.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 108 | 228 | 0.90 | 0.53 | 0 | 0.11 | 215.12 | 0.82 | 0.49 |
| Hex | 17 | 6C | E4 | 5A | 35 | 0 | B | D7 | 52 | 31 |
| Octal | 27 | 154 | 344 | 132 | 65 | 0 | 13 | 327 | 122 | 61 |
| Binary | 10111 | 1101100 | 11100100 | 1011010 | 110101 | 0 | 1011 | 11010111 | 1010010 | 110001 |
Color Harmonies of #176CE4
Complementary color
Monochromatic Colors of #176CE4
Black with #176CE4
Text Example
Text Example
White with #176CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176CE4; }
p { color: rgb(23,108,228); }
H1.HeaderClassName
{
color: #176CE4;
}
.AnyTagClassName
{
color: #176CE4;
}
</style>
background-color css
<style>
a { background-color: #176CE4; }
a { background-color: rgb(23,108,228); }
div.DivClassName
{
background-color: #176CE4;
}
.BgClassName
{
background-color: #176CE4;
}
</style>
border-color css
<style>
span { border-color: #176CE4; }
span { border-color: rgb(23,108,228); }
td.TdClassName
{
border-color: #176CE4;
}
.TagClassName
{
border-color: #176CE4;
}
</style>