Shades of Denim #1451CC
Tints of Denim #1451CC
RGB
CMYK
RGB Variations
Color information
#1451CC (or 0x1451CC) is known color: Denim. HEX triplet: 14, 51 and CC. RGB value is (20,81,204). Sum of RGB (Red+Green+Blue) = 20+81+204=305 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.56% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 204 (80.08% from 255 or 66.89% from 305); Max value from RGB is 204 - color contains mainly: blue. Hex color #1451CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1451CC is #EBAE33. Grayscale: #4C4C4C. Windows color (decimal): -15445556 or 13390100. OLE color: 13390100.
HSL color Cylindrical-coordinate representation of color #1451CC: hue angle of 220.11º 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 #1451CC is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 81 | 204 | - |
| CMYK | 0.90 | 0.60 | 0 | 0.2 |
| HSL | 220.11º | 0.82% | 0.44% | - |
| HSV(B) | 220.11º | 0.9% | 0.8% | - |
| XYZ | 14.13 | 10.39 | 58.39 | - |
| YUV | 76.78 | 199.79 | 87.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 81 | 204 | 0.90 | 0.60 | 0 | 0.2 | 220.11 | 0.82 | 0.44 |
| Hex | 14 | 51 | CC | 5A | 3C | 0 | 14 | DC | 52 | 2C |
| Octal | 24 | 121 | 314 | 132 | 74 | 0 | 24 | 334 | 122 | 54 |
| Binary | 10100 | 1010001 | 11001100 | 1011010 | 111100 | 0 | 10100 | 11011100 | 1010010 | 101100 |
Color Harmonies of #1451CC
Complementary color
Monochromatic Colors of #1451CC
Black with #1451CC
Text Example
Text Example
White with #1451CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1451CC; }
p { color: rgb(20,81,204); }
H1.HeaderClassName
{
color: #1451CC;
}
.AnyTagClassName
{
color: #1451CC;
}
</style>
background-color css
<style>
a { background-color: #1451CC; }
a { background-color: rgb(20,81,204); }
div.DivClassName
{
background-color: #1451CC;
}
.BgClassName
{
background-color: #1451CC;
}
</style>
border-color css
<style>
span { border-color: #1451CC; }
span { border-color: rgb(20,81,204); }
td.TdClassName
{
border-color: #1451CC;
}
.TagClassName
{
border-color: #1451CC;
}
</style>