Shades of Denim #1B63CC
Tints of Denim #1B63CC
RGB
CMYK
RGB Variations
Color information
#1B63CC (or 0x1B63CC) is known color: Denim. HEX triplet: 1B, 63 and CC. RGB value is (27,99,204). Sum of RGB (Red+Green+Blue) = 27+99+204=330 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.18% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 204 (80.08% from 255 or 61.82% from 330); Max value from RGB is 204 - color contains mainly: blue. Hex color #1B63CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B63CC is #E49C33. Grayscale: #585858. Windows color (decimal): -14982196 or 13394715. OLE color: 13394715.
HSL color Cylindrical-coordinate representation of color #1B63CC: hue angle of 215.59º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B63CC is Cyan = 0.87, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 27 | 99 | 204 | - |
| CMYK | 0.87 | 0.51 | 0 | 0.2 |
| HSL | 215.59º | 0.77% | 0.45% | - |
| HSV(B) | 215.59º | 0.87% | 0.8% | - |
| XYZ | 15.81 | 13.52 | 58.9 | - |
| YUV | 89.44 | 192.65 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 99 | 204 | 0.87 | 0.51 | 0 | 0.2 | 215.59 | 0.77 | 0.45 |
| Hex | 1B | 63 | CC | 57 | 33 | 0 | 14 | D8 | 4D | 2D |
| Octal | 33 | 143 | 314 | 127 | 63 | 0 | 24 | 330 | 115 | 55 |
| Binary | 11011 | 1100011 | 11001100 | 1010111 | 110011 | 0 | 10100 | 11011000 | 1001101 | 101101 |
Color Harmonies of #1B63CC
Complementary color
Monochromatic Colors of #1B63CC
Black with #1B63CC
Text Example
Text Example
White with #1B63CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B63CC; }
p { color: rgb(27,99,204); }
H1.HeaderClassName
{
color: #1B63CC;
}
.AnyTagClassName
{
color: #1B63CC;
}
</style>
background-color css
<style>
a { background-color: #1B63CC; }
a { background-color: rgb(27,99,204); }
div.DivClassName
{
background-color: #1B63CC;
}
.BgClassName
{
background-color: #1B63CC;
}
</style>
border-color css
<style>
span { border-color: #1B63CC; }
span { border-color: rgb(27,99,204); }
td.TdClassName
{
border-color: #1B63CC;
}
.TagClassName
{
border-color: #1B63CC;
}
</style>