Shades of Denim #1B78BF
Tints of Denim #1B78BF
RGB
CMYK
RGB Variations
Color information
#1B78BF (or 0x1B78BF) is known color: Denim. HEX triplet: 1B, 78 and BF. RGB value is (27,120,191). Sum of RGB (Red+Green+Blue) = 27+120+191=338 (44% of max value = 765). Red value is 27 (10.94% from 255 or 7.99% from 338); Green value is 120 (47.27% from 255 or 35.50% from 338); Blue value is 191 (75% from 255 or 56.51% from 338); Max value from RGB is 191 - color contains mainly: blue. Hex color #1B78BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B78BF is #E48740. Grayscale: #636363. Windows color (decimal): -14976833 or 12548123. OLE color: 12548123.
HSL color Cylindrical-coordinate representation of color #1B78BF: hue angle of 205.98º 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 #1B78BF is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 27 | 120 | 191 | - |
| CMYK | 0.86 | 0.37 | 0 | 0.25 |
| HSL | 205.98º | 0.75% | 0.43% | - |
| HSV(B) | 205.98º | 0.86% | 0.75% | - |
| XYZ | 16.57 | 17.43 | 51.78 | - |
| YUV | 100.29 | 179.19 | 75.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 120 | 191 | 0.86 | 0.37 | 0 | 0.25 | 205.98 | 0.75 | 0.43 |
| Hex | 1B | 78 | BF | 56 | 25 | 0 | 19 | CE | 4B | 2B |
| Octal | 33 | 170 | 277 | 126 | 45 | 0 | 31 | 316 | 113 | 53 |
| Binary | 11011 | 1111000 | 10111111 | 1010110 | 100101 | 0 | 11001 | 11001110 | 1001011 | 101011 |
Color Harmonies of #1B78BF
Complementary color
Monochromatic Colors of #1B78BF
Black with #1B78BF
Text Example
Text Example
White with #1B78BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B78BF; }
p { color: rgb(27,120,191); }
H1.HeaderClassName
{
color: #1B78BF;
}
.AnyTagClassName
{
color: #1B78BF;
}
</style>
background-color css
<style>
a { background-color: #1B78BF; }
a { background-color: rgb(27,120,191); }
div.DivClassName
{
background-color: #1B78BF;
}
.BgClassName
{
background-color: #1B78BF;
}
</style>
border-color css
<style>
span { border-color: #1B78BF; }
span { border-color: rgb(27,120,191); }
td.TdClassName
{
border-color: #1B78BF;
}
.TagClassName
{
border-color: #1B78BF;
}
</style>