Shades of Denim #1877CC
Tints of Denim #1877CC
RGB
CMYK
RGB Variations
Color information
#1877CC (or 0x1877CC) is known color: Denim. HEX triplet: 18, 77 and CC. RGB value is (24,119,204). Sum of RGB (Red+Green+Blue) = 24+119+204=347 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.92% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 204 (80.08% from 255 or 58.79% from 347); Max value from RGB is 204 - color contains mainly: blue. Hex color #1877CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1877CC is #E78833. Grayscale: #636363. Windows color (decimal): -15173684 or 13399832. OLE color: 13399832.
HSL color Cylindrical-coordinate representation of color #1877CC: hue angle of 208.33º 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 #1877CC is Cyan = 0.88, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 24 | 119 | 204 | - |
| CMYK | 0.88 | 0.42 | 0 | 0.2 |
| HSL | 208.33º | 0.79% | 0.45% | - |
| HSV(B) | 208.33º | 0.88% | 0.8% | - |
| XYZ | 17.87 | 17.75 | 59.61 | - |
| YUV | 100.29 | 186.53 | 73.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 119 | 204 | 0.88 | 0.42 | 0 | 0.2 | 208.33 | 0.79 | 0.45 |
| Hex | 18 | 77 | CC | 58 | 2A | 0 | 14 | D0 | 4F | 2D |
| Octal | 30 | 167 | 314 | 130 | 52 | 0 | 24 | 320 | 117 | 55 |
| Binary | 11000 | 1110111 | 11001100 | 1011000 | 101010 | 0 | 10100 | 11010000 | 1001111 | 101101 |
Color Harmonies of #1877CC
Complementary color
Monochromatic Colors of #1877CC
Black with #1877CC
Text Example
Text Example
White with #1877CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1877CC; }
p { color: rgb(24,119,204); }
H1.HeaderClassName
{
color: #1877CC;
}
.AnyTagClassName
{
color: #1877CC;
}
</style>
background-color css
<style>
a { background-color: #1877CC; }
a { background-color: rgb(24,119,204); }
div.DivClassName
{
background-color: #1877CC;
}
.BgClassName
{
background-color: #1877CC;
}
</style>
border-color css
<style>
span { border-color: #1877CC; }
span { border-color: rgb(24,119,204); }
td.TdClassName
{
border-color: #1877CC;
}
.TagClassName
{
border-color: #1877CC;
}
</style>