Shades of Denim #1B7DBF
Tints of Denim #1B7DBF
RGB
CMYK
RGB Variations
Color information
#1B7DBF (or 0x1B7DBF) is known color: Denim. HEX triplet: 1B, 7D and BF. RGB value is (27,125,191). Sum of RGB (Red+Green+Blue) = 27+125+191=343 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.87% from 343); Green value is 125 (49.22% from 255 or 36.44% from 343); Blue value is 191 (75% from 255 or 55.69% from 343); Max value from RGB is 191 - color contains mainly: blue. Hex color #1B7DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B7DBF is #E48240. Grayscale: #666666. Windows color (decimal): -14975553 or 12549403. OLE color: 12549403.
HSL color Cylindrical-coordinate representation of color #1B7DBF: hue angle of 204.15º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B7DBF is Cyan = 0.86, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 27 | 125 | 191 | - |
| CMYK | 0.86 | 0.35 | 0 | 0.25 |
| HSL | 204.15º | 0.75% | 0.43% | - |
| HSV(B) | 204.15º | 0.86% | 0.75% | - |
| XYZ | 17.19 | 18.66 | 51.99 | - |
| YUV | 103.22 | 177.53 | 73.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 125 | 191 | 0.86 | 0.35 | 0 | 0.25 | 204.15 | 0.75 | 0.43 |
| Hex | 1B | 7D | BF | 56 | 23 | 0 | 19 | CC | 4B | 2B |
| Octal | 33 | 175 | 277 | 126 | 43 | 0 | 31 | 314 | 113 | 53 |
| Binary | 11011 | 1111101 | 10111111 | 1010110 | 100011 | 0 | 11001 | 11001100 | 1001011 | 101011 |
Color Harmonies of #1B7DBF
Complementary color
Monochromatic Colors of #1B7DBF
Black with #1B7DBF
Text Example
Text Example
White with #1B7DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7DBF; }
p { color: rgb(27,125,191); }
H1.HeaderClassName
{
color: #1B7DBF;
}
.AnyTagClassName
{
color: #1B7DBF;
}
</style>
background-color css
<style>
a { background-color: #1B7DBF; }
a { background-color: rgb(27,125,191); }
div.DivClassName
{
background-color: #1B7DBF;
}
.BgClassName
{
background-color: #1B7DBF;
}
</style>
border-color css
<style>
span { border-color: #1B7DBF; }
span { border-color: rgb(27,125,191); }
td.TdClassName
{
border-color: #1B7DBF;
}
.TagClassName
{
border-color: #1B7DBF;
}
</style>