Shades of Denim #1B7FBF
Tints of Denim #1B7FBF
RGB
CMYK
RGB Variations
Color information
#1B7FBF (or 0x1B7FBF) is known color: Denim. HEX triplet: 1B, 7F and BF. RGB value is (27,127,191). Sum of RGB (Red+Green+Blue) = 27+127+191=345 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.83% from 345); Green value is 127 (50% from 255 or 36.81% from 345); Blue value is 191 (75% from 255 or 55.36% from 345); Max value from RGB is 191 - color contains mainly: blue. Hex color #1B7FBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B7FBF is #E48040. Grayscale: #686868. Windows color (decimal): -14975041 or 12549915. OLE color: 12549915.
HSL color Cylindrical-coordinate representation of color #1B7FBF: hue angle of 203.41º 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 #1B7FBF is Cyan = 0.86, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 27 | 127 | 191 | - |
| CMYK | 0.86 | 0.34 | 0 | 0.25 |
| HSL | 203.41º | 0.75% | 0.43% | - |
| HSV(B) | 203.41º | 0.86% | 0.75% | - |
| XYZ | 17.45 | 19.17 | 52.07 | - |
| YUV | 104.4 | 176.87 | 72.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 127 | 191 | 0.86 | 0.34 | 0 | 0.25 | 203.41 | 0.75 | 0.43 |
| Hex | 1B | 7F | BF | 56 | 22 | 0 | 19 | CB | 4B | 2B |
| Octal | 33 | 177 | 277 | 126 | 42 | 0 | 31 | 313 | 113 | 53 |
| Binary | 11011 | 1111111 | 10111111 | 1010110 | 100010 | 0 | 11001 | 11001011 | 1001011 | 101011 |
Color Harmonies of #1B7FBF
Complementary color
Monochromatic Colors of #1B7FBF
Black with #1B7FBF
Text Example
Text Example
White with #1B7FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7FBF; }
p { color: rgb(27,127,191); }
H1.HeaderClassName
{
color: #1B7FBF;
}
.AnyTagClassName
{
color: #1B7FBF;
}
</style>
background-color css
<style>
a { background-color: #1B7FBF; }
a { background-color: rgb(27,127,191); }
div.DivClassName
{
background-color: #1B7FBF;
}
.BgClassName
{
background-color: #1B7FBF;
}
</style>
border-color css
<style>
span { border-color: #1B7FBF; }
span { border-color: rgb(27,127,191); }
td.TdClassName
{
border-color: #1B7FBF;
}
.TagClassName
{
border-color: #1B7FBF;
}
</style>