Shades of Denim #1553CF
Tints of Denim #1553CF
RGB
CMYK
RGB Variations
Color information
#1553CF (or 0x1553CF) is known color: Denim. HEX triplet: 15, 53 and CF. RGB value is (21,83,207). Sum of RGB (Red+Green+Blue) = 21+83+207=311 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.75% from 311); Green value is 83 (32.81% from 255 or 26.69% from 311); Blue value is 207 (81.25% from 255 or 66.56% from 311); Max value from RGB is 207 - color contains mainly: blue. Hex color #1553CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1553CF is #EAAC30. Grayscale: #4E4E4E. Windows color (decimal): -15379505 or 13587221. OLE color: 13587221.
HSL color Cylindrical-coordinate representation of color #1553CF: hue angle of 220º 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 #1553CF is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 83 | 207 | - |
| CMYK | 0.90 | 0.60 | 0 | 0.19 |
| HSL | 220º | 0.82% | 0.45% | - |
| HSV(B) | 220º | 0.9% | 0.81% | - |
| XYZ | 14.67 | 10.85 | 60.35 | - |
| YUV | 78.6 | 200.46 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 83 | 207 | 0.90 | 0.60 | 0 | 0.19 | 220 | 0.82 | 0.45 |
| Hex | 15 | 53 | CF | 5A | 3C | 0 | 13 | DC | 52 | 2D |
| Octal | 25 | 123 | 317 | 132 | 74 | 0 | 23 | 334 | 122 | 55 |
| Binary | 10101 | 1010011 | 11001111 | 1011010 | 111100 | 0 | 10011 | 11011100 | 1010010 | 101101 |
Color Harmonies of #1553CF
Complementary color
Monochromatic Colors of #1553CF
Black with #1553CF
Text Example
Text Example
White with #1553CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1553CF; }
p { color: rgb(21,83,207); }
H1.HeaderClassName
{
color: #1553CF;
}
.AnyTagClassName
{
color: #1553CF;
}
</style>
background-color css
<style>
a { background-color: #1553CF; }
a { background-color: rgb(21,83,207); }
div.DivClassName
{
background-color: #1553CF;
}
.BgClassName
{
background-color: #1553CF;
}
</style>
border-color css
<style>
span { border-color: #1553CF; }
span { border-color: rgb(21,83,207); }
td.TdClassName
{
border-color: #1553CF;
}
.TagClassName
{
border-color: #1553CF;
}
</style>