Shades of Denim #1A62CE
Tints of Denim #1A62CE
RGB
CMYK
RGB Variations
Color information
#1A62CE (or 0x1A62CE) is known color: Denim. HEX triplet: 1A, 62 and CE. RGB value is (26,98,206). Sum of RGB (Red+Green+Blue) = 26+98+206=330 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.88% from 330); Green value is 98 (38.67% from 255 or 29.70% from 330); Blue value is 206 (80.86% from 255 or 62.42% from 330); Max value from RGB is 206 - color contains mainly: blue. Hex color #1A62CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A62CE is #E59D31. Grayscale: #585858. Windows color (decimal): -15047986 or 13525530. OLE color: 13525530.
HSL color Cylindrical-coordinate representation of color #1A62CE: hue angle of 216º 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 #1A62CE is Cyan = 0.87, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 98 | 206 | - |
| CMYK | 0.87 | 0.52 | 0 | 0.19 |
| HSL | 216º | 0.78% | 0.45% | - |
| HSV(B) | 216º | 0.87% | 0.81% | - |
| XYZ | 15.93 | 13.41 | 60.14 | - |
| YUV | 88.78 | 194.15 | 83.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 98 | 206 | 0.87 | 0.52 | 0 | 0.19 | 216 | 0.78 | 0.45 |
| Hex | 1A | 62 | CE | 57 | 34 | 0 | 13 | D8 | 4E | 2D |
| Octal | 32 | 142 | 316 | 127 | 64 | 0 | 23 | 330 | 116 | 55 |
| Binary | 11010 | 1100010 | 11001110 | 1010111 | 110100 | 0 | 10011 | 11011000 | 1001110 | 101101 |
Color Harmonies of #1A62CE
Complementary color
Monochromatic Colors of #1A62CE
Black with #1A62CE
Text Example
Text Example
White with #1A62CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A62CE; }
p { color: rgb(26,98,206); }
H1.HeaderClassName
{
color: #1A62CE;
}
.AnyTagClassName
{
color: #1A62CE;
}
</style>
background-color css
<style>
a { background-color: #1A62CE; }
a { background-color: rgb(26,98,206); }
div.DivClassName
{
background-color: #1A62CE;
}
.BgClassName
{
background-color: #1A62CE;
}
</style>
border-color css
<style>
span { border-color: #1A62CE; }
span { border-color: rgb(26,98,206); }
td.TdClassName
{
border-color: #1A62CE;
}
.TagClassName
{
border-color: #1A62CE;
}
</style>