Shades of Denim #1C69AB
Tints of Denim #1C69AB
RGB
CMYK
RGB Variations
Color information
#1C69AB (or 0x1C69AB) is known color: Denim. HEX triplet: 1C, 69 and AB. RGB value is (28,105,171). Sum of RGB (Red+Green+Blue) = 28+105+171=304 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.21% from 304); Green value is 105 (41.41% from 255 or 34.54% from 304); Blue value is 171 (67.19% from 255 or 56.25% from 304); Max value from RGB is 171 - color contains mainly: blue. Hex color #1C69AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C69AB is #E39654. Grayscale: #595959. Windows color (decimal): -14915157 or 11233564. OLE color: 11233564.
HSL color Cylindrical-coordinate representation of color #1C69AB: hue angle of 207.69º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C69AB is Cyan = 0.84, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 105 | 171 | - |
| CMYK | 0.84 | 0.39 | 0 | 0.33 |
| HSL | 207.69º | 0.72% | 0.39% | - |
| HSV(B) | 207.69º | 0.84% | 0.67% | - |
| XYZ | 12.88 | 13.29 | 40.41 | - |
| YUV | 89.5 | 173.99 | 84.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 105 | 171 | 0.84 | 0.39 | 0 | 0.33 | 207.69 | 0.72 | 0.39 |
| Hex | 1C | 69 | AB | 54 | 27 | 0 | 21 | D0 | 48 | 27 |
| Octal | 34 | 151 | 253 | 124 | 47 | 0 | 41 | 320 | 110 | 47 |
| Binary | 11100 | 1101001 | 10101011 | 1010100 | 100111 | 0 | 100001 | 11010000 | 1001000 | 100111 |
Color Harmonies of #1C69AB
Complementary color
Monochromatic Colors of #1C69AB
Black with #1C69AB
Text Example
Text Example
White with #1C69AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C69AB; }
p { color: rgb(28,105,171); }
H1.HeaderClassName
{
color: #1C69AB;
}
.AnyTagClassName
{
color: #1C69AB;
}
</style>
background-color css
<style>
a { background-color: #1C69AB; }
a { background-color: rgb(28,105,171); }
div.DivClassName
{
background-color: #1C69AB;
}
.BgClassName
{
background-color: #1C69AB;
}
</style>
border-color css
<style>
span { border-color: #1C69AB; }
span { border-color: rgb(28,105,171); }
td.TdClassName
{
border-color: #1C69AB;
}
.TagClassName
{
border-color: #1C69AB;
}
</style>