Shades of Denim #1554CC
Tints of Denim #1554CC
RGB
CMYK
RGB Variations
Color information
#1554CC (or 0x1554CC) is known color: Denim. HEX triplet: 15, 54 and CC. RGB value is (21,84,204). Sum of RGB (Red+Green+Blue) = 21+84+204=309 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.80% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 204 (80.08% from 255 or 66.02% from 309); Max value from RGB is 204 - color contains mainly: blue. Hex color #1554CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1554CC is #EAAB33. Grayscale: #4E4E4E. Windows color (decimal): -15379252 or 13390869. OLE color: 13390869.
HSL color Cylindrical-coordinate representation of color #1554CC: hue angle of 219.34º degrees, saturation: 0.81, 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 #1554CC is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 21 | 84 | 204 | - |
| CMYK | 0.90 | 0.59 | 0 | 0.2 |
| HSL | 219.34º | 0.81% | 0.44% | - |
| HSV(B) | 219.34º | 0.9% | 0.8% | - |
| XYZ | 14.38 | 10.86 | 58.47 | - |
| YUV | 78.84 | 198.63 | 86.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 84 | 204 | 0.90 | 0.59 | 0 | 0.2 | 219.34 | 0.81 | 0.44 |
| Hex | 15 | 54 | CC | 5A | 3B | 0 | 14 | DB | 51 | 2C |
| Octal | 25 | 124 | 314 | 132 | 73 | 0 | 24 | 333 | 121 | 54 |
| Binary | 10101 | 1010100 | 11001100 | 1011010 | 111011 | 0 | 10100 | 11011011 | 1010001 | 101100 |
Color Harmonies of #1554CC
Complementary color
Monochromatic Colors of #1554CC
Black with #1554CC
Text Example
Text Example
White with #1554CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1554CC; }
p { color: rgb(21,84,204); }
H1.HeaderClassName
{
color: #1554CC;
}
.AnyTagClassName
{
color: #1554CC;
}
</style>
background-color css
<style>
a { background-color: #1554CC; }
a { background-color: rgb(21,84,204); }
div.DivClassName
{
background-color: #1554CC;
}
.BgClassName
{
background-color: #1554CC;
}
</style>
border-color css
<style>
span { border-color: #1554CC; }
span { border-color: rgb(21,84,204); }
td.TdClassName
{
border-color: #1554CC;
}
.TagClassName
{
border-color: #1554CC;
}
</style>