Shades of Denim #1772AE
Tints of Denim #1772AE
RGB
CMYK
RGB Variations
Color information
#1772AE (or 0x1772AE) is known color: Denim. HEX triplet: 17, 72 and AE. RGB value is (23,114,174). Sum of RGB (Red+Green+Blue) = 23+114+174=311 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.40% from 311); Green value is 114 (44.92% from 255 or 36.66% from 311); Blue value is 174 (68.36% from 255 or 55.95% from 311); Max value from RGB is 174 - color contains mainly: blue. Hex color #1772AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1772AE is #E88D51. Grayscale: #5D5D5D. Windows color (decimal): -15240530 or 11432471. OLE color: 11432471.
HSL color Cylindrical-coordinate representation of color #1772AE: hue angle of 203.84º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1772AE is Cyan = 0.87, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 23 | 114 | 174 | - |
| CMYK | 0.87 | 0.34 | 0 | 0.32 |
| HSL | 203.84º | 0.77% | 0.39% | - |
| HSV(B) | 203.84º | 0.87% | 0.68% | - |
| XYZ | 14.01 | 15.27 | 42.25 | - |
| YUV | 93.63 | 173.35 | 77.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 114 | 174 | 0.87 | 0.34 | 0 | 0.32 | 203.84 | 0.77 | 0.39 |
| Hex | 17 | 72 | AE | 57 | 22 | 0 | 20 | CC | 4D | 27 |
| Octal | 27 | 162 | 256 | 127 | 42 | 0 | 40 | 314 | 115 | 47 |
| Binary | 10111 | 1110010 | 10101110 | 1010111 | 100010 | 0 | 100000 | 11001100 | 1001101 | 100111 |
Color Harmonies of #1772AE
Complementary color
Monochromatic Colors of #1772AE
Black with #1772AE
Text Example
Text Example
White with #1772AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1772AE; }
p { color: rgb(23,114,174); }
H1.HeaderClassName
{
color: #1772AE;
}
.AnyTagClassName
{
color: #1772AE;
}
</style>
background-color css
<style>
a { background-color: #1772AE; }
a { background-color: rgb(23,114,174); }
div.DivClassName
{
background-color: #1772AE;
}
.BgClassName
{
background-color: #1772AE;
}
</style>
border-color css
<style>
span { border-color: #1772AE; }
span { border-color: rgb(23,114,174); }
td.TdClassName
{
border-color: #1772AE;
}
.TagClassName
{
border-color: #1772AE;
}
</style>