Shades of Denim #1065CA
Tints of Denim #1065CA
RGB
CMYK
RGB Variations
Color information
#1065CA (or 0x1065CA) is known color: Denim. HEX triplet: 10, 65 and CA. RGB value is (16,101,202). Sum of RGB (Red+Green+Blue) = 16+101+202=319 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5.02% from 319); Green value is 101 (39.84% from 255 or 31.66% from 319); Blue value is 202 (79.30% from 255 or 63.32% from 319); Max value from RGB is 202 - color contains mainly: blue. Hex color #1065CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1065CA is #EF9A35. Grayscale: #565656. Windows color (decimal): -15702582 or 13264144. OLE color: 13264144.
HSL color Cylindrical-coordinate representation of color #1065CA: hue angle of 212.58º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1065CA is Cyan = 0.92, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 16 | 101 | 202 | - |
| CMYK | 0.92 | 0.50 | 0 | 0.21 |
| HSL | 212.58º | 0.85% | 0.43% | - |
| HSV(B) | 212.58º | 0.92% | 0.79% | - |
| XYZ | 15.53 | 13.68 | 57.7 | - |
| YUV | 87.1 | 192.84 | 77.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 101 | 202 | 0.92 | 0.50 | 0 | 0.21 | 212.58 | 0.85 | 0.43 |
| Hex | 10 | 65 | CA | 5C | 32 | 0 | 15 | D5 | 55 | 2B |
| Octal | 20 | 145 | 312 | 134 | 62 | 0 | 25 | 325 | 125 | 53 |
| Binary | 10000 | 1100101 | 11001010 | 1011100 | 110010 | 0 | 10101 | 11010101 | 1010101 | 101011 |
Color Harmonies of #1065CA
Complementary color
Monochromatic Colors of #1065CA
Black with #1065CA
Text Example
Text Example
White with #1065CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1065CA; }
p { color: rgb(16,101,202); }
H1.HeaderClassName
{
color: #1065CA;
}
.AnyTagClassName
{
color: #1065CA;
}
</style>
background-color css
<style>
a { background-color: #1065CA; }
a { background-color: rgb(16,101,202); }
div.DivClassName
{
background-color: #1065CA;
}
.BgClassName
{
background-color: #1065CA;
}
</style>
border-color css
<style>
span { border-color: #1065CA; }
span { border-color: rgb(16,101,202); }
td.TdClassName
{
border-color: #1065CA;
}
.TagClassName
{
border-color: #1065CA;
}
</style>