Shades of Denim #1C5EBB
Tints of Denim #1C5EBB
RGB
CMYK
RGB Variations
Color information
#1C5EBB (or 0x1C5EBB) is known color: Denim. HEX triplet: 1C, 5E and BB. RGB value is (28,94,187). Sum of RGB (Red+Green+Blue) = 28+94+187=309 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.06% from 309); Green value is 94 (37.11% from 255 or 30.42% from 309); Blue value is 187 (73.44% from 255 or 60.52% from 309); Max value from RGB is 187 - color contains mainly: blue. Hex color #1C5EBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C5EBB is #E3A144. Grayscale: #545454. Windows color (decimal): -14917957 or 12279324. OLE color: 12279324.
HSL color Cylindrical-coordinate representation of color #1C5EBB: hue angle of 215.09º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C5EBB is Cyan = 0.85, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 28 | 94 | 187 | - |
| CMYK | 0.85 | 0.50 | 0 | 0.27 |
| HSL | 215.09º | 0.74% | 0.42% | - |
| HSV(B) | 215.09º | 0.85% | 0.73% | - |
| XYZ | 13.45 | 11.84 | 48.59 | - |
| YUV | 84.87 | 185.63 | 87.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 94 | 187 | 0.85 | 0.50 | 0 | 0.27 | 215.09 | 0.74 | 0.42 |
| Hex | 1C | 5E | BB | 55 | 32 | 0 | 1B | D7 | 4A | 2A |
| Octal | 34 | 136 | 273 | 125 | 62 | 0 | 33 | 327 | 112 | 52 |
| Binary | 11100 | 1011110 | 10111011 | 1010101 | 110010 | 0 | 11011 | 11010111 | 1001010 | 101010 |
Color Harmonies of #1C5EBB
Complementary color
Monochromatic Colors of #1C5EBB
Black with #1C5EBB
Text Example
Text Example
White with #1C5EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5EBB; }
p { color: rgb(28,94,187); }
H1.HeaderClassName
{
color: #1C5EBB;
}
.AnyTagClassName
{
color: #1C5EBB;
}
</style>
background-color css
<style>
a { background-color: #1C5EBB; }
a { background-color: rgb(28,94,187); }
div.DivClassName
{
background-color: #1C5EBB;
}
.BgClassName
{
background-color: #1C5EBB;
}
</style>
border-color css
<style>
span { border-color: #1C5EBB; }
span { border-color: rgb(28,94,187); }
td.TdClassName
{
border-color: #1C5EBB;
}
.TagClassName
{
border-color: #1C5EBB;
}
</style>