Shades of Denim #1A73AF
Tints of Denim #1A73AF
RGB
CMYK
RGB Variations
Color information
#1A73AF (or 0x1A73AF) is known color: Denim. HEX triplet: 1A, 73 and AF. RGB value is (26,115,175). Sum of RGB (Red+Green+Blue) = 26+115+175=316 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.23% from 316); Green value is 115 (45.31% from 255 or 36.39% from 316); Blue value is 175 (68.75% from 255 or 55.38% from 316); Max value from RGB is 175 - color contains mainly: blue. Hex color #1A73AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A73AF is #E58C50. Grayscale: #5E5E5E. Windows color (decimal): -15043665 or 11498266. OLE color: 11498266.
HSL color Cylindrical-coordinate representation of color #1A73AF: hue angle of 204.16º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A73AF is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 26 | 115 | 175 | - |
| CMYK | 0.85 | 0.34 | 0 | 0.31 |
| HSL | 204.16º | 0.74% | 0.39% | - |
| HSV(B) | 204.16º | 0.85% | 0.69% | - |
| XYZ | 14.29 | 15.58 | 42.81 | - |
| YUV | 95.23 | 173.01 | 78.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 115 | 175 | 0.85 | 0.34 | 0 | 0.31 | 204.16 | 0.74 | 0.39 |
| Hex | 1A | 73 | AF | 55 | 22 | 0 | 1F | CC | 4A | 27 |
| Octal | 32 | 163 | 257 | 125 | 42 | 0 | 37 | 314 | 112 | 47 |
| Binary | 11010 | 1110011 | 10101111 | 1010101 | 100010 | 0 | 11111 | 11001100 | 1001010 | 100111 |
Color Harmonies of #1A73AF
Complementary color
Monochromatic Colors of #1A73AF
Black with #1A73AF
Text Example
Text Example
White with #1A73AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A73AF; }
p { color: rgb(26,115,175); }
H1.HeaderClassName
{
color: #1A73AF;
}
.AnyTagClassName
{
color: #1A73AF;
}
</style>
background-color css
<style>
a { background-color: #1A73AF; }
a { background-color: rgb(26,115,175); }
div.DivClassName
{
background-color: #1A73AF;
}
.BgClassName
{
background-color: #1A73AF;
}
</style>
border-color css
<style>
span { border-color: #1A73AF; }
span { border-color: rgb(26,115,175); }
td.TdClassName
{
border-color: #1A73AF;
}
.TagClassName
{
border-color: #1A73AF;
}
</style>