Shades of Denim #1B63CA
Tints of Denim #1B63CA
RGB
CMYK
RGB Variations
Color information
#1B63CA (or 0x1B63CA) is known color: Denim. HEX triplet: 1B, 63 and CA. RGB value is (27,99,202). Sum of RGB (Red+Green+Blue) = 27+99+202=328 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.23% from 328); Green value is 99 (39.06% from 255 or 30.18% from 328); Blue value is 202 (79.30% from 255 or 61.59% from 328); Max value from RGB is 202 - color contains mainly: blue. Hex color #1B63CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B63CA is #E49C35. Grayscale: #585858. Windows color (decimal): -14982198 or 13263643. OLE color: 13263643.
HSL color Cylindrical-coordinate representation of color #1B63CA: hue angle of 215.31º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B63CA is Cyan = 0.87, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 27 | 99 | 202 | - |
| CMYK | 0.87 | 0.51 | 0 | 0.21 |
| HSL | 215.31º | 0.76% | 0.45% | - |
| HSV(B) | 215.31º | 0.87% | 0.79% | - |
| XYZ | 15.57 | 13.42 | 57.65 | - |
| YUV | 89.21 | 191.65 | 83.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 99 | 202 | 0.87 | 0.51 | 0 | 0.21 | 215.31 | 0.76 | 0.45 |
| Hex | 1B | 63 | CA | 57 | 33 | 0 | 15 | D7 | 4C | 2D |
| Octal | 33 | 143 | 312 | 127 | 63 | 0 | 25 | 327 | 114 | 55 |
| Binary | 11011 | 1100011 | 11001010 | 1010111 | 110011 | 0 | 10101 | 11010111 | 1001100 | 101101 |
Color Harmonies of #1B63CA
Complementary color
Monochromatic Colors of #1B63CA
Black with #1B63CA
Text Example
Text Example
White with #1B63CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B63CA; }
p { color: rgb(27,99,202); }
H1.HeaderClassName
{
color: #1B63CA;
}
.AnyTagClassName
{
color: #1B63CA;
}
</style>
background-color css
<style>
a { background-color: #1B63CA; }
a { background-color: rgb(27,99,202); }
div.DivClassName
{
background-color: #1B63CA;
}
.BgClassName
{
background-color: #1B63CA;
}
</style>
border-color css
<style>
span { border-color: #1B63CA; }
span { border-color: rgb(27,99,202); }
td.TdClassName
{
border-color: #1B63CA;
}
.TagClassName
{
border-color: #1B63CA;
}
</style>