Shades of Denim #1B62CE
Tints of Denim #1B62CE
RGB
CMYK
RGB Variations
Color information
#1B62CE (or 0x1B62CE) is known color: Denim. HEX triplet: 1B, 62 and CE. RGB value is (27,98,206). Sum of RGB (Red+Green+Blue) = 27+98+206=331 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.16% from 331); Green value is 98 (38.67% from 255 or 29.61% from 331); Blue value is 206 (80.86% from 255 or 62.24% from 331); Max value from RGB is 206 - color contains mainly: blue. Hex color #1B62CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B62CE is #E49D31. Grayscale: #585858. Windows color (decimal): -14982450 or 13525531. OLE color: 13525531.
HSL color Cylindrical-coordinate representation of color #1B62CE: hue angle of 216.2º 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 #1B62CE is Cyan = 0.87, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 27 | 98 | 206 | - |
| CMYK | 0.87 | 0.52 | 0 | 0.19 |
| HSL | 216.2º | 0.77% | 0.46% | - |
| HSV(B) | 216.2º | 0.87% | 0.81% | - |
| XYZ | 15.96 | 13.42 | 60.14 | - |
| YUV | 89.08 | 193.98 | 83.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 98 | 206 | 0.87 | 0.52 | 0 | 0.19 | 216.2 | 0.77 | 0.46 |
| Hex | 1B | 62 | CE | 57 | 34 | 0 | 13 | D8 | 4D | 2E |
| Octal | 33 | 142 | 316 | 127 | 64 | 0 | 23 | 330 | 115 | 56 |
| Binary | 11011 | 1100010 | 11001110 | 1010111 | 110100 | 0 | 10011 | 11011000 | 1001101 | 101110 |
Color Harmonies of #1B62CE
Complementary color
Monochromatic Colors of #1B62CE
Black with #1B62CE
Text Example
Text Example
White with #1B62CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B62CE; }
p { color: rgb(27,98,206); }
H1.HeaderClassName
{
color: #1B62CE;
}
.AnyTagClassName
{
color: #1B62CE;
}
</style>
background-color css
<style>
a { background-color: #1B62CE; }
a { background-color: rgb(27,98,206); }
div.DivClassName
{
background-color: #1B62CE;
}
.BgClassName
{
background-color: #1B62CE;
}
</style>
border-color css
<style>
span { border-color: #1B62CE; }
span { border-color: rgb(27,98,206); }
td.TdClassName
{
border-color: #1B62CE;
}
.TagClassName
{
border-color: #1B62CE;
}
</style>