Shades of Denim #1554CF
Tints of Denim #1554CF
RGB
CMYK
RGB Variations
Color information
#1554CF (or 0x1554CF) is known color: Denim. HEX triplet: 15, 54 and CF. RGB value is (21,84,207). Sum of RGB (Red+Green+Blue) = 21+84+207=312 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.73% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 207 (81.25% from 255 or 66.35% from 312); Max value from RGB is 207 - color contains mainly: blue. Hex color #1554CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1554CF is #EAAB30. Grayscale: #4E4E4E. Windows color (decimal): -15379249 or 13587477. OLE color: 13587477.
HSL color Cylindrical-coordinate representation of color #1554CF: hue angle of 219.68º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1554CF is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 84 | 207 | - |
| CMYK | 0.90 | 0.59 | 0 | 0.19 |
| HSL | 219.68º | 0.82% | 0.45% | - |
| HSV(B) | 219.68º | 0.9% | 0.81% | - |
| XYZ | 14.74 | 11.01 | 60.38 | - |
| YUV | 79.19 | 200.13 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 84 | 207 | 0.90 | 0.59 | 0 | 0.19 | 219.68 | 0.82 | 0.45 |
| Hex | 15 | 54 | CF | 5A | 3B | 0 | 13 | DC | 52 | 2D |
| Octal | 25 | 124 | 317 | 132 | 73 | 0 | 23 | 334 | 122 | 55 |
| Binary | 10101 | 1010100 | 11001111 | 1011010 | 111011 | 0 | 10011 | 11011100 | 1010010 | 101101 |
Color Harmonies of #1554CF
Complementary color
Monochromatic Colors of #1554CF
Black with #1554CF
Text Example
Text Example
White with #1554CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1554CF; }
p { color: rgb(21,84,207); }
H1.HeaderClassName
{
color: #1554CF;
}
.AnyTagClassName
{
color: #1554CF;
}
</style>
background-color css
<style>
a { background-color: #1554CF; }
a { background-color: rgb(21,84,207); }
div.DivClassName
{
background-color: #1554CF;
}
.BgClassName
{
background-color: #1554CF;
}
</style>
border-color css
<style>
span { border-color: #1554CF; }
span { border-color: rgb(21,84,207); }
td.TdClassName
{
border-color: #1554CF;
}
.TagClassName
{
border-color: #1554CF;
}
</style>