Shades of Denim #1B5FDC
Tints of Denim #1B5FDC
RGB
CMYK
RGB Variations
Color information
#1B5FDC (or 0x1B5FDC) is known color: Denim. HEX triplet: 1B, 5F and DC. RGB value is (27,95,220). Sum of RGB (Red+Green+Blue) = 27+95+220=342 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.89% from 342); Green value is 95 (37.5% from 255 or 27.78% from 342); Blue value is 220 (86.33% from 255 or 64.33% from 342); Max value from RGB is 220 - color contains mainly: blue. Hex color #1B5FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B5FDC is #E4A023. Grayscale: #585858. Windows color (decimal): -14983204 or 14442267. OLE color: 14442267.
HSL color Cylindrical-coordinate representation of color #1B5FDC: hue angle of 218.86º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B5FDC is Cyan = 0.88, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 95 | 220 | - |
| CMYK | 0.88 | 0.57 | 0 | 0.14 |
| HSL | 218.86º | 0.78% | 0.48% | - |
| HSV(B) | 218.86º | 0.88% | 0.86% | - |
| XYZ | 17.46 | 13.58 | 69.41 | - |
| YUV | 88.92 | 201.97 | 83.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 95 | 220 | 0.88 | 0.57 | 0 | 0.14 | 218.86 | 0.78 | 0.48 |
| Hex | 1B | 5F | DC | 58 | 39 | 0 | E | DB | 4E | 30 |
| Octal | 33 | 137 | 334 | 130 | 71 | 0 | 16 | 333 | 116 | 60 |
| Binary | 11011 | 1011111 | 11011100 | 1011000 | 111001 | 0 | 1110 | 11011011 | 1001110 | 110000 |
Color Harmonies of #1B5FDC
Complementary color
Monochromatic Colors of #1B5FDC
Black with #1B5FDC
Text Example
Text Example
White with #1B5FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5FDC; }
p { color: rgb(27,95,220); }
H1.HeaderClassName
{
color: #1B5FDC;
}
.AnyTagClassName
{
color: #1B5FDC;
}
</style>
background-color css
<style>
a { background-color: #1B5FDC; }
a { background-color: rgb(27,95,220); }
div.DivClassName
{
background-color: #1B5FDC;
}
.BgClassName
{
background-color: #1B5FDC;
}
</style>
border-color css
<style>
span { border-color: #1B5FDC; }
span { border-color: rgb(27,95,220); }
td.TdClassName
{
border-color: #1B5FDC;
}
.TagClassName
{
border-color: #1B5FDC;
}
</style>