Shades of Denim #1B61CE
Tints of Denim #1B61CE
RGB
CMYK
RGB Variations
Color information
#1B61CE (or 0x1B61CE) is known color: Denim. HEX triplet: 1B, 61 and CE. RGB value is (27,97,206). Sum of RGB (Red+Green+Blue) = 27+97+206=330 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.18% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 206 (80.86% from 255 or 62.42% from 330); Max value from RGB is 206 - color contains mainly: blue. Hex color #1B61CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B61CE is #E49E31. Grayscale: #575757. Windows color (decimal): -14982706 or 13525275. OLE color: 13525275.
HSL color Cylindrical-coordinate representation of color #1B61CE: hue angle of 216.54º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B61CE is Cyan = 0.87, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 27 | 97 | 206 | - |
| CMYK | 0.87 | 0.53 | 0 | 0.19 |
| HSL | 216.54º | 0.77% | 0.46% | - |
| HSV(B) | 216.54º | 0.87% | 0.81% | - |
| XYZ | 15.87 | 13.24 | 60.11 | - |
| YUV | 88.5 | 194.31 | 84.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 97 | 206 | 0.87 | 0.53 | 0 | 0.19 | 216.54 | 0.77 | 0.46 |
| Hex | 1B | 61 | CE | 57 | 35 | 0 | 13 | D9 | 4D | 2E |
| Octal | 33 | 141 | 316 | 127 | 65 | 0 | 23 | 331 | 115 | 56 |
| Binary | 11011 | 1100001 | 11001110 | 1010111 | 110101 | 0 | 10011 | 11011001 | 1001101 | 101110 |
Color Harmonies of #1B61CE
Complementary color
Monochromatic Colors of #1B61CE
Black with #1B61CE
Text Example
Text Example
White with #1B61CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B61CE; }
p { color: rgb(27,97,206); }
H1.HeaderClassName
{
color: #1B61CE;
}
.AnyTagClassName
{
color: #1B61CE;
}
</style>
background-color css
<style>
a { background-color: #1B61CE; }
a { background-color: rgb(27,97,206); }
div.DivClassName
{
background-color: #1B61CE;
}
.BgClassName
{
background-color: #1B61CE;
}
</style>
border-color css
<style>
span { border-color: #1B61CE; }
span { border-color: rgb(27,97,206); }
td.TdClassName
{
border-color: #1B61CE;
}
.TagClassName
{
border-color: #1B61CE;
}
</style>