Shades of Denim #1467CC
Tints of Denim #1467CC
RGB
CMYK
RGB Variations
Color information
#1467CC (or 0x1467CC) is known color: Denim. HEX triplet: 14, 67 and CC. RGB value is (20,103,204). Sum of RGB (Red+Green+Blue) = 20+103+204=327 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.12% from 327); Green value is 103 (40.62% from 255 or 31.50% from 327); Blue value is 204 (80.08% from 255 or 62.39% from 327); Max value from RGB is 204 - color contains mainly: blue. Hex color #1467CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1467CC is #EB9833. Grayscale: #595959. Windows color (decimal): -15439924 or 13395732. OLE color: 13395732.
HSL color Cylindrical-coordinate representation of color #1467CC: hue angle of 212.93º 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 #1467CC is Cyan = 0.90, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 103 | 204 | - |
| CMYK | 0.90 | 0.50 | 0 | 0.2 |
| HSL | 212.93º | 0.82% | 0.44% | - |
| HSV(B) | 212.93º | 0.9% | 0.8% | - |
| XYZ | 16.04 | 14.21 | 59.02 | - |
| YUV | 89.7 | 192.5 | 78.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 103 | 204 | 0.90 | 0.50 | 0 | 0.2 | 212.93 | 0.82 | 0.44 |
| Hex | 14 | 67 | CC | 5A | 32 | 0 | 14 | D5 | 52 | 2C |
| Octal | 24 | 147 | 314 | 132 | 62 | 0 | 24 | 325 | 122 | 54 |
| Binary | 10100 | 1100111 | 11001100 | 1011010 | 110010 | 0 | 10100 | 11010101 | 1010010 | 101100 |
Color Harmonies of #1467CC
Complementary color
Monochromatic Colors of #1467CC
Black with #1467CC
Text Example
Text Example
White with #1467CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1467CC; }
p { color: rgb(20,103,204); }
H1.HeaderClassName
{
color: #1467CC;
}
.AnyTagClassName
{
color: #1467CC;
}
</style>
background-color css
<style>
a { background-color: #1467CC; }
a { background-color: rgb(20,103,204); }
div.DivClassName
{
background-color: #1467CC;
}
.BgClassName
{
background-color: #1467CC;
}
</style>
border-color css
<style>
span { border-color: #1467CC; }
span { border-color: rgb(20,103,204); }
td.TdClassName
{
border-color: #1467CC;
}
.TagClassName
{
border-color: #1467CC;
}
</style>