Shades of Denim #1A5ACF
Tints of Denim #1A5ACF
RGB
CMYK
RGB Variations
Color information
#1A5ACF (or 0x1A5ACF) is known color: Denim. HEX triplet: 1A, 5A and CF. RGB value is (26,90,207). Sum of RGB (Red+Green+Blue) = 26+90+207=323 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.05% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 207 (81.25% from 255 or 64.09% from 323); Max value from RGB is 207 - color contains mainly: blue. Hex color #1A5ACF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A5ACF is #E5A530. Grayscale: #535353. Windows color (decimal): -15050033 or 13589018. OLE color: 13589018.
HSL color Cylindrical-coordinate representation of color #1A5ACF: hue angle of 218.78º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A5ACF is Cyan = 0.87, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 90 | 207 | - |
| CMYK | 0.87 | 0.57 | 0 | 0.19 |
| HSL | 218.78º | 0.78% | 0.46% | - |
| HSV(B) | 218.78º | 0.87% | 0.81% | - |
| XYZ | 15.34 | 12.04 | 60.55 | - |
| YUV | 84.2 | 197.3 | 86.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 90 | 207 | 0.87 | 0.57 | 0 | 0.19 | 218.78 | 0.78 | 0.46 |
| Hex | 1A | 5A | CF | 57 | 39 | 0 | 13 | DB | 4E | 2E |
| Octal | 32 | 132 | 317 | 127 | 71 | 0 | 23 | 333 | 116 | 56 |
| Binary | 11010 | 1011010 | 11001111 | 1010111 | 111001 | 0 | 10011 | 11011011 | 1001110 | 101110 |
Color Harmonies of #1A5ACF
Complementary color
Monochromatic Colors of #1A5ACF
Black with #1A5ACF
Text Example
Text Example
White with #1A5ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5ACF; }
p { color: rgb(26,90,207); }
H1.HeaderClassName
{
color: #1A5ACF;
}
.AnyTagClassName
{
color: #1A5ACF;
}
</style>
background-color css
<style>
a { background-color: #1A5ACF; }
a { background-color: rgb(26,90,207); }
div.DivClassName
{
background-color: #1A5ACF;
}
.BgClassName
{
background-color: #1A5ACF;
}
</style>
border-color css
<style>
span { border-color: #1A5ACF; }
span { border-color: rgb(26,90,207); }
td.TdClassName
{
border-color: #1A5ACF;
}
.TagClassName
{
border-color: #1A5ACF;
}
</style>