Shades of Denim #1469B5
Tints of Denim #1469B5
RGB
CMYK
RGB Variations
Color information
#1469B5 (or 0x1469B5) is known color: Denim. HEX triplet: 14, 69 and B5. RGB value is (20,105,181). Sum of RGB (Red+Green+Blue) = 20+105+181=306 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.54% from 306); Green value is 105 (41.41% from 255 or 34.31% from 306); Blue value is 181 (71.09% from 255 or 59.15% from 306); Max value from RGB is 181 - color contains mainly: blue. Hex color #1469B5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1469B5 is #EB964A. Grayscale: #575757. Windows color (decimal): -15439435 or 11888916. OLE color: 11888916.
HSL color Cylindrical-coordinate representation of color #1469B5: hue angle of 208.32º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1469B5 is Cyan = 0.89, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 20 | 105 | 181 | - |
| CMYK | 0.89 | 0.42 | 0 | 0.29 |
| HSL | 208.32º | 0.8% | 0.39% | - |
| HSV(B) | 208.32º | 0.89% | 0.71% | - |
| XYZ | 13.68 | 13.59 | 45.62 | - |
| YUV | 88.25 | 180.34 | 79.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 105 | 181 | 0.89 | 0.42 | 0 | 0.29 | 208.32 | 0.8 | 0.39 |
| Hex | 14 | 69 | B5 | 59 | 2A | 0 | 1D | D0 | 50 | 27 |
| Octal | 24 | 151 | 265 | 131 | 52 | 0 | 35 | 320 | 120 | 47 |
| Binary | 10100 | 1101001 | 10110101 | 1011001 | 101010 | 0 | 11101 | 11010000 | 1010000 | 100111 |
Color Harmonies of #1469B5
Complementary color
Monochromatic Colors of #1469B5
Black with #1469B5
Text Example
Text Example
White with #1469B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1469B5; }
p { color: rgb(20,105,181); }
H1.HeaderClassName
{
color: #1469B5;
}
.AnyTagClassName
{
color: #1469B5;
}
</style>
background-color css
<style>
a { background-color: #1469B5; }
a { background-color: rgb(20,105,181); }
div.DivClassName
{
background-color: #1469B5;
}
.BgClassName
{
background-color: #1469B5;
}
</style>
border-color css
<style>
span { border-color: #1469B5; }
span { border-color: rgb(20,105,181); }
td.TdClassName
{
border-color: #1469B5;
}
.TagClassName
{
border-color: #1469B5;
}
</style>