Shades of Denim #1062B4
Tints of Denim #1062B4
RGB
CMYK
RGB Variations
Color information
#1062B4 (or 0x1062B4) is known color: Denim. HEX triplet: 10, 62 and B4. RGB value is (16,98,180). Sum of RGB (Red+Green+Blue) = 16+98+180=294 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.44% from 294); Green value is 98 (38.67% from 255 or 33.33% from 294); Blue value is 180 (70.70% from 255 or 61.22% from 294); Max value from RGB is 180 - color contains mainly: blue. Hex color #1062B4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1062B4 is #EF9D4B. Grayscale: #525252. Windows color (decimal): -15703372 or 11821584. OLE color: 11821584.
HSL color Cylindrical-coordinate representation of color #1062B4: hue angle of 210º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1062B4 is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 16 | 98 | 180 | - |
| CMYK | 0.91 | 0.46 | 0 | 0.29 |
| HSL | 210º | 0.84% | 0.38% | - |
| HSV(B) | 210º | 0.91% | 0.71% | - |
| XYZ | 12.82 | 12.14 | 44.85 | - |
| YUV | 82.83 | 182.83 | 80.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 98 | 180 | 0.91 | 0.46 | 0 | 0.29 | 210 | 0.84 | 0.38 |
| Hex | 10 | 62 | B4 | 5B | 2E | 0 | 1D | D2 | 54 | 26 |
| Octal | 20 | 142 | 264 | 133 | 56 | 0 | 35 | 322 | 124 | 46 |
| Binary | 10000 | 1100010 | 10110100 | 1011011 | 101110 | 0 | 11101 | 11010010 | 1010100 | 100110 |
Color Harmonies of #1062B4
Complementary color
Monochromatic Colors of #1062B4
Black with #1062B4
Text Example
Text Example
White with #1062B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1062B4; }
p { color: rgb(16,98,180); }
H1.HeaderClassName
{
color: #1062B4;
}
.AnyTagClassName
{
color: #1062B4;
}
</style>
background-color css
<style>
a { background-color: #1062B4; }
a { background-color: rgb(16,98,180); }
div.DivClassName
{
background-color: #1062B4;
}
.BgClassName
{
background-color: #1062B4;
}
</style>
border-color css
<style>
span { border-color: #1062B4; }
span { border-color: rgb(16,98,180); }
td.TdClassName
{
border-color: #1062B4;
}
.TagClassName
{
border-color: #1062B4;
}
</style>