Shades of Denim #1A78BE
Tints of Denim #1A78BE
RGB
CMYK
RGB Variations
Color information
#1A78BE (or 0x1A78BE) is known color: Denim. HEX triplet: 1A, 78 and BE. RGB value is (26,120,190). Sum of RGB (Red+Green+Blue) = 26+120+190=336 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.74% from 336); Green value is 120 (47.27% from 255 or 35.71% from 336); Blue value is 190 (74.61% from 255 or 56.55% from 336); Max value from RGB is 190 - color contains mainly: blue. Hex color #1A78BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A78BE is #E58741. Grayscale: #636363. Windows color (decimal): -15042370 or 12482586. OLE color: 12482586.
HSL color Cylindrical-coordinate representation of color #1A78BE: hue angle of 205.61º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A78BE is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 26 | 120 | 190 | - |
| CMYK | 0.86 | 0.37 | 0 | 0.25 |
| HSL | 205.61º | 0.76% | 0.42% | - |
| HSV(B) | 205.61º | 0.86% | 0.75% | - |
| XYZ | 16.44 | 17.37 | 51.2 | - |
| YUV | 99.87 | 178.86 | 75.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 120 | 190 | 0.86 | 0.37 | 0 | 0.25 | 205.61 | 0.76 | 0.42 |
| Hex | 1A | 78 | BE | 56 | 25 | 0 | 19 | CE | 4C | 2A |
| Octal | 32 | 170 | 276 | 126 | 45 | 0 | 31 | 316 | 114 | 52 |
| Binary | 11010 | 1111000 | 10111110 | 1010110 | 100101 | 0 | 11001 | 11001110 | 1001100 | 101010 |
Color Harmonies of #1A78BE
Complementary color
Monochromatic Colors of #1A78BE
Black with #1A78BE
Text Example
Text Example
White with #1A78BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A78BE; }
p { color: rgb(26,120,190); }
H1.HeaderClassName
{
color: #1A78BE;
}
.AnyTagClassName
{
color: #1A78BE;
}
</style>
background-color css
<style>
a { background-color: #1A78BE; }
a { background-color: rgb(26,120,190); }
div.DivClassName
{
background-color: #1A78BE;
}
.BgClassName
{
background-color: #1A78BE;
}
</style>
border-color css
<style>
span { border-color: #1A78BE; }
span { border-color: rgb(26,120,190); }
td.TdClassName
{
border-color: #1A78BE;
}
.TagClassName
{
border-color: #1A78BE;
}
</style>