Shades of Denim #1467CA
Tints of Denim #1467CA
RGB
CMYK
RGB Variations
Color information
#1467CA (or 0x1467CA) is known color: Denim. HEX triplet: 14, 67 and CA. RGB value is (20,103,202). Sum of RGB (Red+Green+Blue) = 20+103+202=325 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.15% from 325); Green value is 103 (40.62% from 255 or 31.69% from 325); Blue value is 202 (79.30% from 255 or 62.15% from 325); Max value from RGB is 202 - color contains mainly: blue. Hex color #1467CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1467CA is #EB9835. Grayscale: #585858. Windows color (decimal): -15439926 or 13264660. OLE color: 13264660.
HSL color Cylindrical-coordinate representation of color #1467CA: hue angle of 212.64º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1467CA is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 20 | 103 | 202 | - |
| CMYK | 0.90 | 0.49 | 0 | 0.21 |
| HSL | 212.64º | 0.82% | 0.44% | - |
| HSV(B) | 212.64º | 0.9% | 0.79% | - |
| XYZ | 15.8 | 14.11 | 57.77 | - |
| YUV | 89.47 | 191.5 | 78.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 103 | 202 | 0.90 | 0.49 | 0 | 0.21 | 212.64 | 0.82 | 0.44 |
| Hex | 14 | 67 | CA | 5A | 31 | 0 | 15 | D5 | 52 | 2C |
| Octal | 24 | 147 | 312 | 132 | 61 | 0 | 25 | 325 | 122 | 54 |
| Binary | 10100 | 1100111 | 11001010 | 1011010 | 110001 | 0 | 10101 | 11010101 | 1010010 | 101100 |
Color Harmonies of #1467CA
Complementary color
Monochromatic Colors of #1467CA
Black with #1467CA
Text Example
Text Example
White with #1467CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1467CA; }
p { color: rgb(20,103,202); }
H1.HeaderClassName
{
color: #1467CA;
}
.AnyTagClassName
{
color: #1467CA;
}
</style>
background-color css
<style>
a { background-color: #1467CA; }
a { background-color: rgb(20,103,202); }
div.DivClassName
{
background-color: #1467CA;
}
.BgClassName
{
background-color: #1467CA;
}
</style>
border-color css
<style>
span { border-color: #1467CA; }
span { border-color: rgb(20,103,202); }
td.TdClassName
{
border-color: #1467CA;
}
.TagClassName
{
border-color: #1467CA;
}
</style>