Shades of Denim #1872CF
Tints of Denim #1872CF
RGB
CMYK
RGB Variations
Color information
#1872CF (or 0x1872CF) is known color: Denim. HEX triplet: 18, 72 and CF. RGB value is (24,114,207). Sum of RGB (Red+Green+Blue) = 24+114+207=345 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.96% from 345); Green value is 114 (44.92% from 255 or 33.04% from 345); Blue value is 207 (81.25% from 255 or 60% from 345); Max value from RGB is 207 - color contains mainly: blue. Hex color #1872CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1872CF is #E78D30. Grayscale: #616161. Windows color (decimal): -15174961 or 13595160. OLE color: 13595160.
HSL color Cylindrical-coordinate representation of color #1872CF: hue angle of 210.49º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1872CF is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 114 | 207 | - |
| CMYK | 0.88 | 0.45 | 0 | 0.19 |
| HSL | 210.49º | 0.79% | 0.45% | - |
| HSV(B) | 210.49º | 0.88% | 0.81% | - |
| XYZ | 17.66 | 16.73 | 61.33 | - |
| YUV | 97.69 | 189.68 | 75.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 114 | 207 | 0.88 | 0.45 | 0 | 0.19 | 210.49 | 0.79 | 0.45 |
| Hex | 18 | 72 | CF | 58 | 2D | 0 | 13 | D2 | 4F | 2D |
| Octal | 30 | 162 | 317 | 130 | 55 | 0 | 23 | 322 | 117 | 55 |
| Binary | 11000 | 1110010 | 11001111 | 1011000 | 101101 | 0 | 10011 | 11010010 | 1001111 | 101101 |
Color Harmonies of #1872CF
Complementary color
Monochromatic Colors of #1872CF
Black with #1872CF
Text Example
Text Example
White with #1872CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1872CF; }
p { color: rgb(24,114,207); }
H1.HeaderClassName
{
color: #1872CF;
}
.AnyTagClassName
{
color: #1872CF;
}
</style>
background-color css
<style>
a { background-color: #1872CF; }
a { background-color: rgb(24,114,207); }
div.DivClassName
{
background-color: #1872CF;
}
.BgClassName
{
background-color: #1872CF;
}
</style>
border-color css
<style>
span { border-color: #1872CF; }
span { border-color: rgb(24,114,207); }
td.TdClassName
{
border-color: #1872CF;
}
.TagClassName
{
border-color: #1872CF;
}
</style>