Shades of Denim #1461CE
Tints of Denim #1461CE
RGB
CMYK
RGB Variations
Color information
#1461CE (or 0x1461CE) is known color: Denim. HEX triplet: 14, 61 and CE. RGB value is (20,97,206). Sum of RGB (Red+Green+Blue) = 20+97+206=323 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.19% from 323); Green value is 97 (38.28% from 255 or 30.03% from 323); Blue value is 206 (80.86% from 255 or 63.78% from 323); Max value from RGB is 206 - color contains mainly: blue. Hex color #1461CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1461CE is #EB9E31. Grayscale: #555555. Windows color (decimal): -15441458 or 13525268. OLE color: 13525268.
HSL color Cylindrical-coordinate representation of color #1461CE: hue angle of 215.16º 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 #1461CE is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 97 | 206 | - |
| CMYK | 0.90 | 0.53 | 0 | 0.19 |
| HSL | 215.16º | 0.82% | 0.44% | - |
| HSV(B) | 215.16º | 0.9% | 0.81% | - |
| XYZ | 15.7 | 13.15 | 60.1 | - |
| YUV | 86.4 | 195.49 | 80.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 97 | 206 | 0.90 | 0.53 | 0 | 0.19 | 215.16 | 0.82 | 0.44 |
| Hex | 14 | 61 | CE | 5A | 35 | 0 | 13 | D7 | 52 | 2C |
| Octal | 24 | 141 | 316 | 132 | 65 | 0 | 23 | 327 | 122 | 54 |
| Binary | 10100 | 1100001 | 11001110 | 1011010 | 110101 | 0 | 10011 | 11010111 | 1010010 | 101100 |
Color Harmonies of #1461CE
Complementary color
Monochromatic Colors of #1461CE
Black with #1461CE
Text Example
Text Example
White with #1461CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1461CE; }
p { color: rgb(20,97,206); }
H1.HeaderClassName
{
color: #1461CE;
}
.AnyTagClassName
{
color: #1461CE;
}
</style>
background-color css
<style>
a { background-color: #1461CE; }
a { background-color: rgb(20,97,206); }
div.DivClassName
{
background-color: #1461CE;
}
.BgClassName
{
background-color: #1461CE;
}
</style>
border-color css
<style>
span { border-color: #1461CE; }
span { border-color: rgb(20,97,206); }
td.TdClassName
{
border-color: #1461CE;
}
.TagClassName
{
border-color: #1461CE;
}
</style>