Shades of Denim #1466BF
Tints of Denim #1466BF
RGB
CMYK
RGB Variations
Color information
#1466BF (or 0x1466BF) is known color: Denim. HEX triplet: 14, 66 and BF. RGB value is (20,102,191). Sum of RGB (Red+Green+Blue) = 20+102+191=313 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.39% from 313); Green value is 102 (40.23% from 255 or 32.59% from 313); Blue value is 191 (75% from 255 or 61.02% from 313); Max value from RGB is 191 - color contains mainly: blue. Hex color #1466BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1466BF is #EB9940. Grayscale: #575757. Windows color (decimal): -15440193 or 12543508. OLE color: 12543508.
HSL color Cylindrical-coordinate representation of color #1466BF: hue angle of 211.23º 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 #1466BF is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 102 | 191 | - |
| CMYK | 0.90 | 0.47 | 0 | 0.25 |
| HSL | 211.23º | 0.81% | 0.41% | - |
| HSV(B) | 211.23º | 0.9% | 0.75% | - |
| XYZ | 14.44 | 13.41 | 51.12 | - |
| YUV | 87.63 | 186.33 | 79.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 102 | 191 | 0.90 | 0.47 | 0 | 0.25 | 211.23 | 0.81 | 0.41 |
| Hex | 14 | 66 | BF | 5A | 2F | 0 | 19 | D3 | 51 | 29 |
| Octal | 24 | 146 | 277 | 132 | 57 | 0 | 31 | 323 | 121 | 51 |
| Binary | 10100 | 1100110 | 10111111 | 1011010 | 101111 | 0 | 11001 | 11010011 | 1010001 | 101001 |
Color Harmonies of #1466BF
Complementary color
Monochromatic Colors of #1466BF
Black with #1466BF
Text Example
Text Example
White with #1466BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1466BF; }
p { color: rgb(20,102,191); }
H1.HeaderClassName
{
color: #1466BF;
}
.AnyTagClassName
{
color: #1466BF;
}
</style>
background-color css
<style>
a { background-color: #1466BF; }
a { background-color: rgb(20,102,191); }
div.DivClassName
{
background-color: #1466BF;
}
.BgClassName
{
background-color: #1466BF;
}
</style>
border-color css
<style>
span { border-color: #1466BF; }
span { border-color: rgb(20,102,191); }
td.TdClassName
{
border-color: #1466BF;
}
.TagClassName
{
border-color: #1466BF;
}
</style>