Shades of Denim #1469AB
Tints of Denim #1469AB
RGB
CMYK
RGB Variations
Color information
#1469AB (or 0x1469AB) is known color: Denim. HEX triplet: 14, 69 and AB. RGB value is (20,105,171). Sum of RGB (Red+Green+Blue) = 20+105+171=296 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.76% from 296); Green value is 105 (41.41% from 255 or 35.47% from 296); Blue value is 171 (67.19% from 255 or 57.77% from 296); Max value from RGB is 171 - color contains mainly: blue. Hex color #1469AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1469AB is #EB9654. Grayscale: #565656. Windows color (decimal): -15439445 or 11233556. OLE color: 11233556.
HSL color Cylindrical-coordinate representation of color #1469AB: hue angle of 206.23º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1469AB is Cyan = 0.88, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 105 | 171 | - |
| CMYK | 0.88 | 0.39 | 0 | 0.33 |
| HSL | 206.23º | 0.79% | 0.37% | - |
| HSV(B) | 206.23º | 0.88% | 0.67% | - |
| XYZ | 12.69 | 13.19 | 40.41 | - |
| YUV | 87.11 | 175.34 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 105 | 171 | 0.88 | 0.39 | 0 | 0.33 | 206.23 | 0.79 | 0.37 |
| Hex | 14 | 69 | AB | 58 | 27 | 0 | 21 | CE | 4F | 25 |
| Octal | 24 | 151 | 253 | 130 | 47 | 0 | 41 | 316 | 117 | 45 |
| Binary | 10100 | 1101001 | 10101011 | 1011000 | 100111 | 0 | 100001 | 11001110 | 1001111 | 100101 |
Color Harmonies of #1469AB
Complementary color
Monochromatic Colors of #1469AB
Black with #1469AB
Text Example
Text Example
White with #1469AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1469AB; }
p { color: rgb(20,105,171); }
H1.HeaderClassName
{
color: #1469AB;
}
.AnyTagClassName
{
color: #1469AB;
}
</style>
background-color css
<style>
a { background-color: #1469AB; }
a { background-color: rgb(20,105,171); }
div.DivClassName
{
background-color: #1469AB;
}
.BgClassName
{
background-color: #1469AB;
}
</style>
border-color css
<style>
span { border-color: #1469AB; }
span { border-color: rgb(20,105,171); }
td.TdClassName
{
border-color: #1469AB;
}
.TagClassName
{
border-color: #1469AB;
}
</style>