Shades of Navy Blue #176FEA
Tints of Navy Blue #176FEA
RGB
CMYK
RGB Variations
Color information
#176FEA (or 0x176FEA) is known color: Navy Blue. HEX triplet: 17, 6F and EA. RGB value is (23,111,234). Sum of RGB (Red+Green+Blue) = 23+111+234=368 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.25% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 234 (91.80% from 255 or 63.59% from 368); Max value from RGB is 234 - color contains mainly: blue. Hex color #176FEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #176FEA is #E89015. Grayscale: #626262. Windows color (decimal): -15241238 or 15363863. OLE color: 15363863.
HSL color Cylindrical-coordinate representation of color #176FEA: hue angle of 214.98º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #176FEA is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 111 | 234 | - |
| CMYK | 0.90 | 0.53 | 0 | 0.08 |
| HSL | 214.98º | 0.83% | 0.5% | - |
| HSV(B) | 214.98º | 0.9% | 0.92% | - |
| XYZ | 20.89 | 17.49 | 80.12 | - |
| YUV | 98.71 | 204.35 | 74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 111 | 234 | 0.90 | 0.53 | 0 | 0.08 | 214.98 | 0.83 | 0.5 |
| Hex | 17 | 6F | EA | 5A | 35 | 0 | 8 | D7 | 53 | 32 |
| Octal | 27 | 157 | 352 | 132 | 65 | 0 | 10 | 327 | 123 | 62 |
| Binary | 10111 | 1101111 | 11101010 | 1011010 | 110101 | 0 | 1000 | 11010111 | 1010011 | 110010 |
Color Harmonies of #176FEA
Complementary color
Monochromatic Colors of #176FEA
Black with #176FEA
Text Example
Text Example
White with #176FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176FEA; }
p { color: rgb(23,111,234); }
H1.HeaderClassName
{
color: #176FEA;
}
.AnyTagClassName
{
color: #176FEA;
}
</style>
background-color css
<style>
a { background-color: #176FEA; }
a { background-color: rgb(23,111,234); }
div.DivClassName
{
background-color: #176FEA;
}
.BgClassName
{
background-color: #176FEA;
}
</style>
border-color css
<style>
span { border-color: #176FEA; }
span { border-color: rgb(23,111,234); }
td.TdClassName
{
border-color: #176FEA;
}
.TagClassName
{
border-color: #176FEA;
}
</style>