Shades of Denim #1461CC
Tints of Denim #1461CC
RGB
CMYK
RGB Variations
Color information
#1461CC (or 0x1461CC) is known color: Denim. HEX triplet: 14, 61 and CC. RGB value is (20,97,204). Sum of RGB (Red+Green+Blue) = 20+97+204=321 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.23% from 321); Green value is 97 (38.28% from 255 or 30.22% from 321); Blue value is 204 (80.08% from 255 or 63.55% from 321); Max value from RGB is 204 - color contains mainly: blue. Hex color #1461CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1461CC is #EB9E33. Grayscale: #555555. Windows color (decimal): -15441460 or 13394196. OLE color: 13394196.
HSL color Cylindrical-coordinate representation of color #1461CC: hue angle of 214.89º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1461CC is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 97 | 204 | - |
| CMYK | 0.90 | 0.52 | 0 | 0.2 |
| HSL | 214.89º | 0.82% | 0.44% | - |
| HSV(B) | 214.89º | 0.9% | 0.8% | - |
| XYZ | 15.46 | 13.06 | 58.83 | - |
| YUV | 86.18 | 194.49 | 80.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 97 | 204 | 0.90 | 0.52 | 0 | 0.2 | 214.89 | 0.82 | 0.44 |
| Hex | 14 | 61 | CC | 5A | 34 | 0 | 14 | D7 | 52 | 2C |
| Octal | 24 | 141 | 314 | 132 | 64 | 0 | 24 | 327 | 122 | 54 |
| Binary | 10100 | 1100001 | 11001100 | 1011010 | 110100 | 0 | 10100 | 11010111 | 1010010 | 101100 |
Color Harmonies of #1461CC
Complementary color
Monochromatic Colors of #1461CC
Black with #1461CC
Text Example
Text Example
White with #1461CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1461CC; }
p { color: rgb(20,97,204); }
H1.HeaderClassName
{
color: #1461CC;
}
.AnyTagClassName
{
color: #1461CC;
}
</style>
background-color css
<style>
a { background-color: #1461CC; }
a { background-color: rgb(20,97,204); }
div.DivClassName
{
background-color: #1461CC;
}
.BgClassName
{
background-color: #1461CC;
}
</style>
border-color css
<style>
span { border-color: #1461CC; }
span { border-color: rgb(20,97,204); }
td.TdClassName
{
border-color: #1461CC;
}
.TagClassName
{
border-color: #1461CC;
}
</style>