Shades of Denim #1B78BD
Tints of Denim #1B78BD
RGB
CMYK
RGB Variations
Color information
#1B78BD (or 0x1B78BD) is known color: Denim. HEX triplet: 1B, 78 and BD. RGB value is (27,120,189). Sum of RGB (Red+Green+Blue) = 27+120+189=336 (44% of max value = 765). Red value is 27 (10.94% from 255 or 8.04% from 336); Green value is 120 (47.27% from 255 or 35.71% from 336); Blue value is 189 (74.22% from 255 or 56.25% from 336); Max value from RGB is 189 - color contains mainly: blue. Hex color #1B78BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B78BD is #E48742. Grayscale: #636363. Windows color (decimal): -14976835 or 12417051. OLE color: 12417051.
HSL color Cylindrical-coordinate representation of color #1B78BD: hue angle of 205.56º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B78BD is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 27 | 120 | 189 | - |
| CMYK | 0.86 | 0.37 | 0 | 0.26 |
| HSL | 205.56º | 0.75% | 0.42% | - |
| HSV(B) | 205.56º | 0.86% | 0.74% | - |
| XYZ | 16.35 | 17.34 | 50.63 | - |
| YUV | 100.06 | 178.19 | 75.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 120 | 189 | 0.86 | 0.37 | 0 | 0.26 | 205.56 | 0.75 | 0.42 |
| Hex | 1B | 78 | BD | 56 | 25 | 0 | 1A | CE | 4B | 2A |
| Octal | 33 | 170 | 275 | 126 | 45 | 0 | 32 | 316 | 113 | 52 |
| Binary | 11011 | 1111000 | 10111101 | 1010110 | 100101 | 0 | 11010 | 11001110 | 1001011 | 101010 |
Color Harmonies of #1B78BD
Complementary color
Monochromatic Colors of #1B78BD
Black with #1B78BD
Text Example
Text Example
White with #1B78BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B78BD; }
p { color: rgb(27,120,189); }
H1.HeaderClassName
{
color: #1B78BD;
}
.AnyTagClassName
{
color: #1B78BD;
}
</style>
background-color css
<style>
a { background-color: #1B78BD; }
a { background-color: rgb(27,120,189); }
div.DivClassName
{
background-color: #1B78BD;
}
.BgClassName
{
background-color: #1B78BD;
}
</style>
border-color css
<style>
span { border-color: #1B78BD; }
span { border-color: rgb(27,120,189); }
td.TdClassName
{
border-color: #1B78BD;
}
.TagClassName
{
border-color: #1B78BD;
}
</style>