Shades of Navy Blue #176CED
Tints of Navy Blue #176CED
RGB
CMYK
RGB Variations
Color information
#176CED (or 0x176CED) is known color: Navy Blue. HEX triplet: 17, 6C and ED. RGB value is (23,108,237). Sum of RGB (Red+Green+Blue) = 23+108+237=368 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.25% from 368); Green value is 108 (42.58% from 255 or 29.35% from 368); Blue value is 237 (92.97% from 255 or 64.40% from 368); Max value from RGB is 237 - color contains mainly: blue. Hex color #176CED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #176CED is #E89312. Grayscale: #606060. Windows color (decimal): -15242003 or 15559703. OLE color: 15559703.
HSL color Cylindrical-coordinate representation of color #176CED: hue angle of 216.17º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #176CED is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 108 | 237 | - |
| CMYK | 0.90 | 0.54 | 0 | 0.07 |
| HSL | 216.17º | 0.86% | 0.51% | - |
| HSV(B) | 216.17º | 0.9% | 0.93% | - |
| XYZ | 21 | 17.02 | 82.3 | - |
| YUV | 97.29 | 206.84 | 75.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 108 | 237 | 0.90 | 0.54 | 0 | 0.07 | 216.17 | 0.86 | 0.51 |
| Hex | 17 | 6C | ED | 5A | 36 | 0 | 7 | D8 | 56 | 33 |
| Octal | 27 | 154 | 355 | 132 | 66 | 0 | 7 | 330 | 126 | 63 |
| Binary | 10111 | 1101100 | 11101101 | 1011010 | 110110 | 0 | 111 | 11011000 | 1010110 | 110011 |
Color Harmonies of #176CED
Complementary color
Monochromatic Colors of #176CED
Black with #176CED
Text Example
Text Example
White with #176CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176CED; }
p { color: rgb(23,108,237); }
H1.HeaderClassName
{
color: #176CED;
}
.AnyTagClassName
{
color: #176CED;
}
</style>
background-color css
<style>
a { background-color: #176CED; }
a { background-color: rgb(23,108,237); }
div.DivClassName
{
background-color: #176CED;
}
.BgClassName
{
background-color: #176CED;
}
</style>
border-color css
<style>
span { border-color: #176CED; }
span { border-color: rgb(23,108,237); }
td.TdClassName
{
border-color: #176CED;
}
.TagClassName
{
border-color: #176CED;
}
</style>