Shades of Denim #1B63C1
Tints of Denim #1B63C1
RGB
CMYK
RGB Variations
Color information
#1B63C1 (or 0x1B63C1) is known color: Denim. HEX triplet: 1B, 63 and C1. RGB value is (27,99,193). Sum of RGB (Red+Green+Blue) = 27+99+193=319 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.46% from 319); Green value is 99 (39.06% from 255 or 31.03% from 319); Blue value is 193 (75.78% from 255 or 60.50% from 319); Max value from RGB is 193 - color contains mainly: blue. Hex color #1B63C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B63C1 is #E49C3E. Grayscale: #575757. Windows color (decimal): -14982207 or 12673819. OLE color: 12673819.
HSL color Cylindrical-coordinate representation of color #1B63C1: hue angle of 213.98º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B63C1 is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 27 | 99 | 193 | - |
| CMYK | 0.86 | 0.49 | 0 | 0.24 |
| HSL | 213.98º | 0.75% | 0.43% | - |
| HSV(B) | 213.98º | 0.86% | 0.76% | - |
| XYZ | 14.54 | 13.01 | 52.2 | - |
| YUV | 88.19 | 187.15 | 84.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 99 | 193 | 0.86 | 0.49 | 0 | 0.24 | 213.98 | 0.75 | 0.43 |
| Hex | 1B | 63 | C1 | 56 | 31 | 0 | 18 | D6 | 4B | 2B |
| Octal | 33 | 143 | 301 | 126 | 61 | 0 | 30 | 326 | 113 | 53 |
| Binary | 11011 | 1100011 | 11000001 | 1010110 | 110001 | 0 | 11000 | 11010110 | 1001011 | 101011 |
Color Harmonies of #1B63C1
Complementary color
Monochromatic Colors of #1B63C1
Black with #1B63C1
Text Example
Text Example
White with #1B63C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B63C1; }
p { color: rgb(27,99,193); }
H1.HeaderClassName
{
color: #1B63C1;
}
.AnyTagClassName
{
color: #1B63C1;
}
</style>
background-color css
<style>
a { background-color: #1B63C1; }
a { background-color: rgb(27,99,193); }
div.DivClassName
{
background-color: #1B63C1;
}
.BgClassName
{
background-color: #1B63C1;
}
</style>
border-color css
<style>
span { border-color: #1B63C1; }
span { border-color: rgb(27,99,193); }
td.TdClassName
{
border-color: #1B63C1;
}
.TagClassName
{
border-color: #1B63C1;
}
</style>