Shades of Denim #1469CE
Tints of Denim #1469CE
RGB
CMYK
RGB Variations
Color information
#1469CE (or 0x1469CE) is known color: Denim. HEX triplet: 14, 69 and CE. RGB value is (20,105,206). Sum of RGB (Red+Green+Blue) = 20+105+206=331 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.04% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 206 (80.86% from 255 or 62.24% from 331); Max value from RGB is 206 - color contains mainly: blue. Hex color #1469CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1469CE is #EB9631. Grayscale: #5A5A5A. Windows color (decimal): -15439410 or 13527316. OLE color: 13527316.
HSL color Cylindrical-coordinate representation of color #1469CE: hue angle of 212.58º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1469CE is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 105 | 206 | - |
| CMYK | 0.90 | 0.49 | 0 | 0.19 |
| HSL | 212.58º | 0.82% | 0.44% | - |
| HSV(B) | 212.58º | 0.9% | 0.81% | - |
| XYZ | 16.48 | 14.71 | 60.36 | - |
| YUV | 91.1 | 192.84 | 77.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 105 | 206 | 0.90 | 0.49 | 0 | 0.19 | 212.58 | 0.82 | 0.44 |
| Hex | 14 | 69 | CE | 5A | 31 | 0 | 13 | D5 | 52 | 2C |
| Octal | 24 | 151 | 316 | 132 | 61 | 0 | 23 | 325 | 122 | 54 |
| Binary | 10100 | 1101001 | 11001110 | 1011010 | 110001 | 0 | 10011 | 11010101 | 1010010 | 101100 |
Color Harmonies of #1469CE
Complementary color
Monochromatic Colors of #1469CE
Black with #1469CE
Text Example
Text Example
White with #1469CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1469CE; }
p { color: rgb(20,105,206); }
H1.HeaderClassName
{
color: #1469CE;
}
.AnyTagClassName
{
color: #1469CE;
}
</style>
background-color css
<style>
a { background-color: #1469CE; }
a { background-color: rgb(20,105,206); }
div.DivClassName
{
background-color: #1469CE;
}
.BgClassName
{
background-color: #1469CE;
}
</style>
border-color css
<style>
span { border-color: #1469CE; }
span { border-color: rgb(20,105,206); }
td.TdClassName
{
border-color: #1469CE;
}
.TagClassName
{
border-color: #1469CE;
}
</style>