Shades of Denim #1467CE
Tints of Denim #1467CE
RGB
CMYK
RGB Variations
Color information
#1467CE (or 0x1467CE) is known color: Denim. HEX triplet: 14, 67 and CE. RGB value is (20,103,206). Sum of RGB (Red+Green+Blue) = 20+103+206=329 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.08% from 329); Green value is 103 (40.62% from 255 or 31.31% from 329); Blue value is 206 (80.86% from 255 or 62.61% from 329); Max value from RGB is 206 - color contains mainly: blue. Hex color #1467CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1467CE is #EB9831. Grayscale: #595959. Windows color (decimal): -15439922 or 13526804. OLE color: 13526804.
HSL color Cylindrical-coordinate representation of color #1467CE: hue angle of 213.23º 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 #1467CE is Cyan = 0.90, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 103 | 206 | - |
| CMYK | 0.90 | 0.50 | 0 | 0.19 |
| HSL | 213.23º | 0.82% | 0.44% | - |
| HSV(B) | 213.23º | 0.9% | 0.81% | - |
| XYZ | 16.28 | 14.31 | 60.3 | - |
| YUV | 89.93 | 193.5 | 78.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 103 | 206 | 0.90 | 0.50 | 0 | 0.19 | 213.23 | 0.82 | 0.44 |
| Hex | 14 | 67 | CE | 5A | 32 | 0 | 13 | D5 | 52 | 2C |
| Octal | 24 | 147 | 316 | 132 | 62 | 0 | 23 | 325 | 122 | 54 |
| Binary | 10100 | 1100111 | 11001110 | 1011010 | 110010 | 0 | 10011 | 11010101 | 1010010 | 101100 |
Color Harmonies of #1467CE
Complementary color
Monochromatic Colors of #1467CE
Black with #1467CE
Text Example
Text Example
White with #1467CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1467CE; }
p { color: rgb(20,103,206); }
H1.HeaderClassName
{
color: #1467CE;
}
.AnyTagClassName
{
color: #1467CE;
}
</style>
background-color css
<style>
a { background-color: #1467CE; }
a { background-color: rgb(20,103,206); }
div.DivClassName
{
background-color: #1467CE;
}
.BgClassName
{
background-color: #1467CE;
}
</style>
border-color css
<style>
span { border-color: #1467CE; }
span { border-color: rgb(20,103,206); }
td.TdClassName
{
border-color: #1467CE;
}
.TagClassName
{
border-color: #1467CE;
}
</style>