Shades of Navy Blue #176BED
Tints of Navy Blue #176BED
RGB
CMYK
RGB Variations
Color information
#176BED (or 0x176BED) is known color: Navy Blue. HEX triplet: 17, 6B and ED. RGB value is (23,107,237). Sum of RGB (Red+Green+Blue) = 23+107+237=367 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.27% from 367); Green value is 107 (42.19% from 255 or 29.16% from 367); Blue value is 237 (92.97% from 255 or 64.58% from 367); Max value from RGB is 237 - color contains mainly: blue. Hex color #176BED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #176BED is #E89412. Grayscale: #606060. Windows color (decimal): -15242259 or 15559447. OLE color: 15559447.
HSL color Cylindrical-coordinate representation of color #176BED: hue angle of 216.45º 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 #176BED is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 107 | 237 | - |
| CMYK | 0.90 | 0.55 | 0 | 0.07 |
| HSL | 216.45º | 0.86% | 0.51% | - |
| HSV(B) | 216.45º | 0.9% | 0.93% | - |
| XYZ | 20.9 | 16.81 | 82.26 | - |
| YUV | 96.7 | 207.17 | 75.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 107 | 237 | 0.90 | 0.55 | 0 | 0.07 | 216.45 | 0.86 | 0.51 |
| Hex | 17 | 6B | ED | 5A | 37 | 0 | 7 | D8 | 56 | 33 |
| Octal | 27 | 153 | 355 | 132 | 67 | 0 | 7 | 330 | 126 | 63 |
| Binary | 10111 | 1101011 | 11101101 | 1011010 | 110111 | 0 | 111 | 11011000 | 1010110 | 110011 |
Color Harmonies of #176BED
Complementary color
Monochromatic Colors of #176BED
Black with #176BED
Text Example
Text Example
White with #176BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176BED; }
p { color: rgb(23,107,237); }
H1.HeaderClassName
{
color: #176BED;
}
.AnyTagClassName
{
color: #176BED;
}
</style>
background-color css
<style>
a { background-color: #176BED; }
a { background-color: rgb(23,107,237); }
div.DivClassName
{
background-color: #176BED;
}
.BgClassName
{
background-color: #176BED;
}
</style>
border-color css
<style>
span { border-color: #176BED; }
span { border-color: rgb(23,107,237); }
td.TdClassName
{
border-color: #176BED;
}
.TagClassName
{
border-color: #176BED;
}
</style>