Shades of Denim #1877CB
Tints of Denim #1877CB
RGB
CMYK
RGB Variations
Color information
#1877CB (or 0x1877CB) is known color: Denim. HEX triplet: 18, 77 and CB. RGB value is (24,119,203). Sum of RGB (Red+Green+Blue) = 24+119+203=346 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.94% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 203 (79.69% from 255 or 58.67% from 346); Max value from RGB is 203 - color contains mainly: blue. Hex color #1877CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1877CB is #E78834. Grayscale: #636363. Windows color (decimal): -15173685 or 13334296. OLE color: 13334296.
HSL color Cylindrical-coordinate representation of color #1877CB: hue angle of 208.16º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1877CB is Cyan = 0.88, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 24 | 119 | 203 | - |
| CMYK | 0.88 | 0.41 | 0 | 0.20 |
| HSL | 208.16º | 0.79% | 0.45% | - |
| HSV(B) | 208.16º | 0.88% | 0.8% | - |
| XYZ | 17.75 | 17.7 | 58.98 | - |
| YUV | 100.17 | 186.03 | 73.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 119 | 203 | 0.88 | 0.41 | 0 | 0.20 | 208.16 | 0.79 | 0.45 |
| Hex | 18 | 77 | CB | 58 | 29 | 0 | 14 | D0 | 4F | 2D |
| Octal | 30 | 167 | 313 | 130 | 51 | 0 | 24 | 320 | 117 | 55 |
| Binary | 11000 | 1110111 | 11001011 | 1011000 | 101001 | 0 | 10100 | 11010000 | 1001111 | 101101 |
Color Harmonies of #1877CB
Complementary color
Monochromatic Colors of #1877CB
Black with #1877CB
Text Example
Text Example
White with #1877CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1877CB; }
p { color: rgb(24,119,203); }
H1.HeaderClassName
{
color: #1877CB;
}
.AnyTagClassName
{
color: #1877CB;
}
</style>
background-color css
<style>
a { background-color: #1877CB; }
a { background-color: rgb(24,119,203); }
div.DivClassName
{
background-color: #1877CB;
}
.BgClassName
{
background-color: #1877CB;
}
</style>
border-color css
<style>
span { border-color: #1877CB; }
span { border-color: rgb(24,119,203); }
td.TdClassName
{
border-color: #1877CB;
}
.TagClassName
{
border-color: #1877CB;
}
</style>