Shades of Denim #1550CB
Tints of Denim #1550CB
RGB
CMYK
RGB Variations
Color information
#1550CB (or 0x1550CB) is known color: Denim. HEX triplet: 15, 50 and CB. RGB value is (21,80,203). Sum of RGB (Red+Green+Blue) = 21+80+203=304 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.91% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 203 (79.69% from 255 or 66.78% from 304); Max value from RGB is 203 - color contains mainly: blue. Hex color #1550CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1550CB is #EAAF34. Grayscale: #4B4B4B. Windows color (decimal): -15380277 or 13324309. OLE color: 13324309.
HSL color Cylindrical-coordinate representation of color #1550CB: hue angle of 220.55º 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 #1550CB is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 80 | 203 | - |
| CMYK | 0.90 | 0.61 | 0 | 0.20 |
| HSL | 220.55º | 0.81% | 0.44% | - |
| HSV(B) | 220.55º | 0.9% | 0.8% | - |
| XYZ | 13.96 | 10.21 | 57.73 | - |
| YUV | 76.38 | 199.45 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 80 | 203 | 0.90 | 0.61 | 0 | 0.20 | 220.55 | 0.81 | 0.44 |
| Hex | 15 | 50 | CB | 5A | 3D | 0 | 14 | DD | 51 | 2C |
| Octal | 25 | 120 | 313 | 132 | 75 | 0 | 24 | 335 | 121 | 54 |
| Binary | 10101 | 1010000 | 11001011 | 1011010 | 111101 | 0 | 10100 | 11011101 | 1010001 | 101100 |
Color Harmonies of #1550CB
Complementary color
Monochromatic Colors of #1550CB
Black with #1550CB
Text Example
Text Example
White with #1550CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1550CB; }
p { color: rgb(21,80,203); }
H1.HeaderClassName
{
color: #1550CB;
}
.AnyTagClassName
{
color: #1550CB;
}
</style>
background-color css
<style>
a { background-color: #1550CB; }
a { background-color: rgb(21,80,203); }
div.DivClassName
{
background-color: #1550CB;
}
.BgClassName
{
background-color: #1550CB;
}
</style>
border-color css
<style>
span { border-color: #1550CB; }
span { border-color: rgb(21,80,203); }
td.TdClassName
{
border-color: #1550CB;
}
.TagClassName
{
border-color: #1550CB;
}
</style>