Shades of Denim #1A6CCF
Tints of Denim #1A6CCF
RGB
CMYK
RGB Variations
Color information
#1A6CCF (or 0x1A6CCF) is known color: Denim. HEX triplet: 1A, 6C and CF. RGB value is (26,108,207). Sum of RGB (Red+Green+Blue) = 26+108+207=341 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.62% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 207 (81.25% from 255 or 60.70% from 341); Max value from RGB is 207 - color contains mainly: blue. Hex color #1A6CCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A6CCF is #E59330. Grayscale: #5E5E5E. Windows color (decimal): -15045425 or 13593626. OLE color: 13593626.
HSL color Cylindrical-coordinate representation of color #1A6CCF: hue angle of 212.82º 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 #1A6CCF is Cyan = 0.87, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 108 | 207 | - |
| CMYK | 0.87 | 0.48 | 0 | 0.19 |
| HSL | 212.82º | 0.78% | 0.46% | - |
| HSV(B) | 212.82º | 0.87% | 0.81% | - |
| XYZ | 17.05 | 15.45 | 61.11 | - |
| YUV | 94.77 | 191.33 | 78.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 108 | 207 | 0.87 | 0.48 | 0 | 0.19 | 212.82 | 0.78 | 0.46 |
| Hex | 1A | 6C | CF | 57 | 30 | 0 | 13 | D5 | 4E | 2E |
| Octal | 32 | 154 | 317 | 127 | 60 | 0 | 23 | 325 | 116 | 56 |
| Binary | 11010 | 1101100 | 11001111 | 1010111 | 110000 | 0 | 10011 | 11010101 | 1001110 | 101110 |
Color Harmonies of #1A6CCF
Complementary color
Monochromatic Colors of #1A6CCF
Black with #1A6CCF
Text Example
Text Example
White with #1A6CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6CCF; }
p { color: rgb(26,108,207); }
H1.HeaderClassName
{
color: #1A6CCF;
}
.AnyTagClassName
{
color: #1A6CCF;
}
</style>
background-color css
<style>
a { background-color: #1A6CCF; }
a { background-color: rgb(26,108,207); }
div.DivClassName
{
background-color: #1A6CCF;
}
.BgClassName
{
background-color: #1A6CCF;
}
</style>
border-color css
<style>
span { border-color: #1A6CCF; }
span { border-color: rgb(26,108,207); }
td.TdClassName
{
border-color: #1A6CCF;
}
.TagClassName
{
border-color: #1A6CCF;
}
</style>