Shades of Denim #105FCC
Tints of Denim #105FCC
RGB
CMYK
RGB Variations
Color information
#105FCC (or 0x105FCC) is known color: Denim. HEX triplet: 10, 5F and CC. RGB value is (16,95,204). Sum of RGB (Red+Green+Blue) = 16+95+204=315 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.08% from 315); Green value is 95 (37.5% from 255 or 30.16% from 315); Blue value is 204 (80.08% from 255 or 64.76% from 315); Max value from RGB is 204 - color contains mainly: blue. Hex color #105FCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #105FCC is #EFA033. Grayscale: #535353. Windows color (decimal): -15704116 or 13393680. OLE color: 13393680.
HSL color Cylindrical-coordinate representation of color #105FCC: hue angle of 214.79º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #105FCC is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 16 | 95 | 204 | - |
| CMYK | 0.92 | 0.53 | 0 | 0.2 |
| HSL | 214.79º | 0.85% | 0.43% | - |
| HSV(B) | 214.79º | 0.92% | 0.8% | - |
| XYZ | 15.2 | 12.65 | 58.77 | - |
| YUV | 83.81 | 195.83 | 79.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 95 | 204 | 0.92 | 0.53 | 0 | 0.2 | 214.79 | 0.85 | 0.43 |
| Hex | 10 | 5F | CC | 5C | 35 | 0 | 14 | D7 | 55 | 2B |
| Octal | 20 | 137 | 314 | 134 | 65 | 0 | 24 | 327 | 125 | 53 |
| Binary | 10000 | 1011111 | 11001100 | 1011100 | 110101 | 0 | 10100 | 11010111 | 1010101 | 101011 |
Color Harmonies of #105FCC
Complementary color
Monochromatic Colors of #105FCC
Black with #105FCC
Text Example
Text Example
White with #105FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105FCC; }
p { color: rgb(16,95,204); }
H1.HeaderClassName
{
color: #105FCC;
}
.AnyTagClassName
{
color: #105FCC;
}
</style>
background-color css
<style>
a { background-color: #105FCC; }
a { background-color: rgb(16,95,204); }
div.DivClassName
{
background-color: #105FCC;
}
.BgClassName
{
background-color: #105FCC;
}
</style>
border-color css
<style>
span { border-color: #105FCC; }
span { border-color: rgb(16,95,204); }
td.TdClassName
{
border-color: #105FCC;
}
.TagClassName
{
border-color: #105FCC;
}
</style>