Shades of Denim #1876CB
Tints of Denim #1876CB
RGB
CMYK
RGB Variations
Color information
#1876CB (or 0x1876CB) is known color: Denim. HEX triplet: 18, 76 and CB. RGB value is (24,118,203). Sum of RGB (Red+Green+Blue) = 24+118+203=345 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.96% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 203 (79.69% from 255 or 58.84% from 345); Max value from RGB is 203 - color contains mainly: blue. Hex color #1876CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1876CB is #E78934. Grayscale: #636363. Windows color (decimal): -15173941 or 13334040. OLE color: 13334040.
HSL color Cylindrical-coordinate representation of color #1876CB: hue angle of 208.49º 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 #1876CB is Cyan = 0.88, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 24 | 118 | 203 | - |
| CMYK | 0.88 | 0.42 | 0 | 0.20 |
| HSL | 208.49º | 0.79% | 0.45% | - |
| HSV(B) | 208.49º | 0.88% | 0.8% | - |
| XYZ | 17.63 | 17.46 | 58.94 | - |
| YUV | 99.58 | 186.36 | 74.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 118 | 203 | 0.88 | 0.42 | 0 | 0.20 | 208.49 | 0.79 | 0.45 |
| Hex | 18 | 76 | CB | 58 | 2A | 0 | 14 | D0 | 4F | 2D |
| Octal | 30 | 166 | 313 | 130 | 52 | 0 | 24 | 320 | 117 | 55 |
| Binary | 11000 | 1110110 | 11001011 | 1011000 | 101010 | 0 | 10100 | 11010000 | 1001111 | 101101 |
Color Harmonies of #1876CB
Complementary color
Monochromatic Colors of #1876CB
Black with #1876CB
Text Example
Text Example
White with #1876CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1876CB; }
p { color: rgb(24,118,203); }
H1.HeaderClassName
{
color: #1876CB;
}
.AnyTagClassName
{
color: #1876CB;
}
</style>
background-color css
<style>
a { background-color: #1876CB; }
a { background-color: rgb(24,118,203); }
div.DivClassName
{
background-color: #1876CB;
}
.BgClassName
{
background-color: #1876CB;
}
</style>
border-color css
<style>
span { border-color: #1876CB; }
span { border-color: rgb(24,118,203); }
td.TdClassName
{
border-color: #1876CB;
}
.TagClassName
{
border-color: #1876CB;
}
</style>