Shades of Denim #1A72D3
Tints of Denim #1A72D3
RGB
CMYK
RGB Variations
Color information
#1A72D3 (or 0x1A72D3) is known color: Denim. HEX triplet: 1A, 72 and D3. RGB value is (26,114,211). Sum of RGB (Red+Green+Blue) = 26+114+211=351 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.41% from 351); Green value is 114 (44.92% from 255 or 32.48% from 351); Blue value is 211 (82.81% from 255 or 60.11% from 351); Max value from RGB is 211 - color contains mainly: blue. Hex color #1A72D3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A72D3 is #E58D2C. Grayscale: #626262. Windows color (decimal): -15043885 or 13857306. OLE color: 13857306.
HSL color Cylindrical-coordinate representation of color #1A72D3: hue angle of 211.46º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A72D3 is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 26 | 114 | 211 | - |
| CMYK | 0.88 | 0.46 | 0 | 0.17 |
| HSL | 211.46º | 0.78% | 0.46% | - |
| HSV(B) | 211.46º | 0.88% | 0.83% | - |
| XYZ | 18.2 | 16.96 | 63.94 | - |
| YUV | 98.75 | 191.35 | 76.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 114 | 211 | 0.88 | 0.46 | 0 | 0.17 | 211.46 | 0.78 | 0.46 |
| Hex | 1A | 72 | D3 | 58 | 2E | 0 | 11 | D3 | 4E | 2E |
| Octal | 32 | 162 | 323 | 130 | 56 | 0 | 21 | 323 | 116 | 56 |
| Binary | 11010 | 1110010 | 11010011 | 1011000 | 101110 | 0 | 10001 | 11010011 | 1001110 | 101110 |
Color Harmonies of #1A72D3
Complementary color
Monochromatic Colors of #1A72D3
Black with #1A72D3
Text Example
Text Example
White with #1A72D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A72D3; }
p { color: rgb(26,114,211); }
H1.HeaderClassName
{
color: #1A72D3;
}
.AnyTagClassName
{
color: #1A72D3;
}
</style>
background-color css
<style>
a { background-color: #1A72D3; }
a { background-color: rgb(26,114,211); }
div.DivClassName
{
background-color: #1A72D3;
}
.BgClassName
{
background-color: #1A72D3;
}
</style>
border-color css
<style>
span { border-color: #1A72D3; }
span { border-color: rgb(26,114,211); }
td.TdClassName
{
border-color: #1A72D3;
}
.TagClassName
{
border-color: #1A72D3;
}
</style>