Shades of Denim #1461BF
Tints of Denim #1461BF
RGB
CMYK
RGB Variations
Color information
#1461BF (or 0x1461BF) is known color: Denim. HEX triplet: 14, 61 and BF. RGB value is (20,97,191). Sum of RGB (Red+Green+Blue) = 20+97+191=308 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.49% from 308); Green value is 97 (38.28% from 255 or 31.49% from 308); Blue value is 191 (75% from 255 or 62.01% from 308); Max value from RGB is 191 - color contains mainly: blue. Hex color #1461BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1461BF is #EB9E40. Grayscale: #545454. Windows color (decimal): -15441473 or 12542228. OLE color: 12542228.
HSL color Cylindrical-coordinate representation of color #1461BF: hue angle of 212.98º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1461BF is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 97 | 191 | - |
| CMYK | 0.90 | 0.49 | 0 | 0.25 |
| HSL | 212.98º | 0.81% | 0.41% | - |
| HSV(B) | 212.98º | 0.9% | 0.75% | - |
| XYZ | 13.97 | 12.46 | 50.96 | - |
| YUV | 84.69 | 187.99 | 81.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 97 | 191 | 0.90 | 0.49 | 0 | 0.25 | 212.98 | 0.81 | 0.41 |
| Hex | 14 | 61 | BF | 5A | 31 | 0 | 19 | D5 | 51 | 29 |
| Octal | 24 | 141 | 277 | 132 | 61 | 0 | 31 | 325 | 121 | 51 |
| Binary | 10100 | 1100001 | 10111111 | 1011010 | 110001 | 0 | 11001 | 11010101 | 1010001 | 101001 |
Color Harmonies of #1461BF
Complementary color
Monochromatic Colors of #1461BF
Black with #1461BF
Text Example
Text Example
White with #1461BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1461BF; }
p { color: rgb(20,97,191); }
H1.HeaderClassName
{
color: #1461BF;
}
.AnyTagClassName
{
color: #1461BF;
}
</style>
background-color css
<style>
a { background-color: #1461BF; }
a { background-color: rgb(20,97,191); }
div.DivClassName
{
background-color: #1461BF;
}
.BgClassName
{
background-color: #1461BF;
}
</style>
border-color css
<style>
span { border-color: #1461BF; }
span { border-color: rgb(20,97,191); }
td.TdClassName
{
border-color: #1461BF;
}
.TagClassName
{
border-color: #1461BF;
}
</style>