Shades of Denim #1050CF
Tints of Denim #1050CF
RGB
CMYK
RGB Variations
Color information
#1050CF (or 0x1050CF) is known color: Denim. HEX triplet: 10, 50 and CF. RGB value is (16,80,207). Sum of RGB (Red+Green+Blue) = 16+80+207=303 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.28% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 207 (81.25% from 255 or 68.32% from 303); Max value from RGB is 207 - color contains mainly: blue. Hex color #1050CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1050CF is #EFAF30. Grayscale: #4A4A4A. Windows color (decimal): -15707953 or 13586448. OLE color: 13586448.
HSL color Cylindrical-coordinate representation of color #1050CF: hue angle of 219.9º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1050CF is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 80 | 207 | - |
| CMYK | 0.92 | 0.61 | 0 | 0.19 |
| HSL | 219.9º | 0.86% | 0.44% | - |
| HSV(B) | 219.9º | 0.92% | 0.81% | - |
| XYZ | 14.34 | 10.35 | 60.27 | - |
| YUV | 75.34 | 202.3 | 85.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 80 | 207 | 0.92 | 0.61 | 0 | 0.19 | 219.9 | 0.86 | 0.44 |
| Hex | 10 | 50 | CF | 5C | 3D | 0 | 13 | DC | 56 | 2C |
| Octal | 20 | 120 | 317 | 134 | 75 | 0 | 23 | 334 | 126 | 54 |
| Binary | 10000 | 1010000 | 11001111 | 1011100 | 111101 | 0 | 10011 | 11011100 | 1010110 | 101100 |
Color Harmonies of #1050CF
Complementary color
Monochromatic Colors of #1050CF
Black with #1050CF
Text Example
Text Example
White with #1050CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1050CF; }
p { color: rgb(16,80,207); }
H1.HeaderClassName
{
color: #1050CF;
}
.AnyTagClassName
{
color: #1050CF;
}
</style>
background-color css
<style>
a { background-color: #1050CF; }
a { background-color: rgb(16,80,207); }
div.DivClassName
{
background-color: #1050CF;
}
.BgClassName
{
background-color: #1050CF;
}
</style>
border-color css
<style>
span { border-color: #1050CF; }
span { border-color: rgb(16,80,207); }
td.TdClassName
{
border-color: #1050CF;
}
.TagClassName
{
border-color: #1050CF;
}
</style>