Shades of Denim #1A6DCE
Tints of Denim #1A6DCE
RGB
CMYK
RGB Variations
Color information
#1A6DCE (or 0x1A6DCE) is known color: Denim. HEX triplet: 1A, 6D and CE. RGB value is (26,109,206). Sum of RGB (Red+Green+Blue) = 26+109+206=341 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.62% from 341); Green value is 109 (42.97% from 255 or 31.96% from 341); Blue value is 206 (80.86% from 255 or 60.41% from 341); Max value from RGB is 206 - color contains mainly: blue. Hex color #1A6DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A6DCE is #E59231. Grayscale: #5E5E5E. Windows color (decimal): -15045170 or 13528346. OLE color: 13528346.
HSL color Cylindrical-coordinate representation of color #1A6DCE: hue angle of 212.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A6DCE is Cyan = 0.87, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 109 | 206 | - |
| CMYK | 0.87 | 0.47 | 0 | 0.19 |
| HSL | 212.33º | 0.78% | 0.45% | - |
| HSV(B) | 212.33º | 0.87% | 0.81% | - |
| XYZ | 17.04 | 15.61 | 60.51 | - |
| YUV | 95.24 | 190.5 | 78.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 109 | 206 | 0.87 | 0.47 | 0 | 0.19 | 212.33 | 0.78 | 0.45 |
| Hex | 1A | 6D | CE | 57 | 2F | 0 | 13 | D4 | 4E | 2D |
| Octal | 32 | 155 | 316 | 127 | 57 | 0 | 23 | 324 | 116 | 55 |
| Binary | 11010 | 1101101 | 11001110 | 1010111 | 101111 | 0 | 10011 | 11010100 | 1001110 | 101101 |
Color Harmonies of #1A6DCE
Complementary color
Monochromatic Colors of #1A6DCE
Black with #1A6DCE
Text Example
Text Example
White with #1A6DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6DCE; }
p { color: rgb(26,109,206); }
H1.HeaderClassName
{
color: #1A6DCE;
}
.AnyTagClassName
{
color: #1A6DCE;
}
</style>
background-color css
<style>
a { background-color: #1A6DCE; }
a { background-color: rgb(26,109,206); }
div.DivClassName
{
background-color: #1A6DCE;
}
.BgClassName
{
background-color: #1A6DCE;
}
</style>
border-color css
<style>
span { border-color: #1A6DCE; }
span { border-color: rgb(26,109,206); }
td.TdClassName
{
border-color: #1A6DCE;
}
.TagClassName
{
border-color: #1A6DCE;
}
</style>