Shades of Denim #1A50AF
Tints of Denim #1A50AF
RGB
CMYK
RGB Variations
Color information
#1A50AF (or 0x1A50AF) is known color: Denim. HEX triplet: 1A, 50 and AF. RGB value is (26,80,175). Sum of RGB (Red+Green+Blue) = 26+80+175=281 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.25% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 175 (68.75% from 255 or 62.28% from 281); Max value from RGB is 175 - color contains mainly: blue. Hex color #1A50AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A50AF is #E5AF50. Grayscale: #4A4A4A. Windows color (decimal): -15052625 or 11489306. OLE color: 11489306.
HSL color Cylindrical-coordinate representation of color #1A50AF: hue angle of 218.26º 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 #1A50AF is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 26 | 80 | 175 | - |
| CMYK | 0.85 | 0.54 | 0 | 0.31 |
| HSL | 218.26º | 0.74% | 0.39% | - |
| HSV(B) | 218.26º | 0.85% | 0.69% | - |
| XYZ | 11.03 | 9.05 | 41.72 | - |
| YUV | 74.68 | 184.61 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 80 | 175 | 0.85 | 0.54 | 0 | 0.31 | 218.26 | 0.74 | 0.39 |
| Hex | 1A | 50 | AF | 55 | 36 | 0 | 1F | DA | 4A | 27 |
| Octal | 32 | 120 | 257 | 125 | 66 | 0 | 37 | 332 | 112 | 47 |
| Binary | 11010 | 1010000 | 10101111 | 1010101 | 110110 | 0 | 11111 | 11011010 | 1001010 | 100111 |
Color Harmonies of #1A50AF
Complementary color
Monochromatic Colors of #1A50AF
Black with #1A50AF
Text Example
Text Example
White with #1A50AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A50AF; }
p { color: rgb(26,80,175); }
H1.HeaderClassName
{
color: #1A50AF;
}
.AnyTagClassName
{
color: #1A50AF;
}
</style>
background-color css
<style>
a { background-color: #1A50AF; }
a { background-color: rgb(26,80,175); }
div.DivClassName
{
background-color: #1A50AF;
}
.BgClassName
{
background-color: #1A50AF;
}
</style>
border-color css
<style>
span { border-color: #1A50AF; }
span { border-color: rgb(26,80,175); }
td.TdClassName
{
border-color: #1A50AF;
}
.TagClassName
{
border-color: #1A50AF;
}
</style>