Shades of Navy Blue #177DCB
Tints of Navy Blue #177DCB
RGB
CMYK
RGB Variations
Color information
#177DCB (or 0x177DCB) is known color: Navy Blue. HEX triplet: 17, 7D and CB. RGB value is (23,125,203). Sum of RGB (Red+Green+Blue) = 23+125+203=351 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.55% from 351); Green value is 125 (49.22% from 255 or 35.61% from 351); Blue value is 203 (79.69% from 255 or 57.83% from 351); Max value from RGB is 203 - color contains mainly: blue. Hex color #177DCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #177DCB is #E88234. Grayscale: #666666. Windows color (decimal): -15237685 or 13335831. OLE color: 13335831.
HSL color Cylindrical-coordinate representation of color #177DCB: hue angle of 206º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #177DCB is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 23 | 125 | 203 | - |
| CMYK | 0.89 | 0.38 | 0 | 0.20 |
| HSL | 206º | 0.8% | 0.44% | - |
| HSV(B) | 206º | 0.89% | 0.8% | - |
| XYZ | 18.47 | 19.16 | 59.23 | - |
| YUV | 103.39 | 184.21 | 70.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 125 | 203 | 0.89 | 0.38 | 0 | 0.20 | 206 | 0.8 | 0.44 |
| Hex | 17 | 7D | CB | 59 | 26 | 0 | 14 | CE | 50 | 2C |
| Octal | 27 | 175 | 313 | 131 | 46 | 0 | 24 | 316 | 120 | 54 |
| Binary | 10111 | 1111101 | 11001011 | 1011001 | 100110 | 0 | 10100 | 11001110 | 1010000 | 101100 |
Color Harmonies of #177DCB
Complementary color
Monochromatic Colors of #177DCB
Black with #177DCB
Text Example
Text Example
White with #177DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177DCB; }
p { color: rgb(23,125,203); }
H1.HeaderClassName
{
color: #177DCB;
}
.AnyTagClassName
{
color: #177DCB;
}
</style>
background-color css
<style>
a { background-color: #177DCB; }
a { background-color: rgb(23,125,203); }
div.DivClassName
{
background-color: #177DCB;
}
.BgClassName
{
background-color: #177DCB;
}
</style>
border-color css
<style>
span { border-color: #177DCB; }
span { border-color: rgb(23,125,203); }
td.TdClassName
{
border-color: #177DCB;
}
.TagClassName
{
border-color: #177DCB;
}
</style>