Shades of Denim #1A7BBE
Tints of Denim #1A7BBE
RGB
CMYK
RGB Variations
Color information
#1A7BBE (or 0x1A7BBE) is known color: Denim. HEX triplet: 1A, 7B and BE. RGB value is (26,123,190). Sum of RGB (Red+Green+Blue) = 26+123+190=339 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.67% from 339); Green value is 123 (48.44% from 255 or 36.28% from 339); Blue value is 190 (74.61% from 255 or 56.05% from 339); Max value from RGB is 190 - color contains mainly: blue. Hex color #1A7BBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A7BBE is #E58441. Grayscale: #656565. Windows color (decimal): -15041602 or 12483354. OLE color: 12483354.
HSL color Cylindrical-coordinate representation of color #1A7BBE: hue angle of 204.51º 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 #1A7BBE is Cyan = 0.86, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 26 | 123 | 190 | - |
| CMYK | 0.86 | 0.35 | 0 | 0.25 |
| HSL | 204.51º | 0.76% | 0.42% | - |
| HSV(B) | 204.51º | 0.86% | 0.75% | - |
| XYZ | 16.8 | 18.1 | 51.32 | - |
| YUV | 101.64 | 177.86 | 74.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 123 | 190 | 0.86 | 0.35 | 0 | 0.25 | 204.51 | 0.76 | 0.42 |
| Hex | 1A | 7B | BE | 56 | 23 | 0 | 19 | CD | 4C | 2A |
| Octal | 32 | 173 | 276 | 126 | 43 | 0 | 31 | 315 | 114 | 52 |
| Binary | 11010 | 1111011 | 10111110 | 1010110 | 100011 | 0 | 11001 | 11001101 | 1001100 | 101010 |
Color Harmonies of #1A7BBE
Complementary color
Monochromatic Colors of #1A7BBE
Black with #1A7BBE
Text Example
Text Example
White with #1A7BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7BBE; }
p { color: rgb(26,123,190); }
H1.HeaderClassName
{
color: #1A7BBE;
}
.AnyTagClassName
{
color: #1A7BBE;
}
</style>
background-color css
<style>
a { background-color: #1A7BBE; }
a { background-color: rgb(26,123,190); }
div.DivClassName
{
background-color: #1A7BBE;
}
.BgClassName
{
background-color: #1A7BBE;
}
</style>
border-color css
<style>
span { border-color: #1A7BBE; }
span { border-color: rgb(26,123,190); }
td.TdClassName
{
border-color: #1A7BBE;
}
.TagClassName
{
border-color: #1A7BBE;
}
</style>