Shades of Denim #1C5DBB
Tints of Denim #1C5DBB
RGB
CMYK
RGB Variations
Color information
#1C5DBB (or 0x1C5DBB) is known color: Denim. HEX triplet: 1C, 5D and BB. RGB value is (28,93,187). Sum of RGB (Red+Green+Blue) = 28+93+187=308 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.09% from 308); Green value is 93 (36.72% from 255 or 30.19% from 308); Blue value is 187 (73.44% from 255 or 60.71% from 308); Max value from RGB is 187 - color contains mainly: blue. Hex color #1C5DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C5DBB is #E3A244. Grayscale: #535353. Windows color (decimal): -14918213 or 12279068. OLE color: 12279068.
HSL color Cylindrical-coordinate representation of color #1C5DBB: hue angle of 215.47º 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 #1C5DBB is Cyan = 0.85, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 28 | 93 | 187 | - |
| CMYK | 0.85 | 0.50 | 0 | 0.27 |
| HSL | 215.47º | 0.74% | 0.42% | - |
| HSV(B) | 215.47º | 0.85% | 0.73% | - |
| XYZ | 13.36 | 11.66 | 48.56 | - |
| YUV | 84.28 | 185.97 | 87.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 93 | 187 | 0.85 | 0.50 | 0 | 0.27 | 215.47 | 0.74 | 0.42 |
| Hex | 1C | 5D | BB | 55 | 32 | 0 | 1B | D7 | 4A | 2A |
| Octal | 34 | 135 | 273 | 125 | 62 | 0 | 33 | 327 | 112 | 52 |
| Binary | 11100 | 1011101 | 10111011 | 1010101 | 110010 | 0 | 11011 | 11010111 | 1001010 | 101010 |
Color Harmonies of #1C5DBB
Complementary color
Monochromatic Colors of #1C5DBB
Black with #1C5DBB
Text Example
Text Example
White with #1C5DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5DBB; }
p { color: rgb(28,93,187); }
H1.HeaderClassName
{
color: #1C5DBB;
}
.AnyTagClassName
{
color: #1C5DBB;
}
</style>
background-color css
<style>
a { background-color: #1C5DBB; }
a { background-color: rgb(28,93,187); }
div.DivClassName
{
background-color: #1C5DBB;
}
.BgClassName
{
background-color: #1C5DBB;
}
</style>
border-color css
<style>
span { border-color: #1C5DBB; }
span { border-color: rgb(28,93,187); }
td.TdClassName
{
border-color: #1C5DBB;
}
.TagClassName
{
border-color: #1C5DBB;
}
</style>