Shades of Denim #105CCB
Tints of Denim #105CCB
RGB
CMYK
RGB Variations
Color information
#105CCB (or 0x105CCB) is known color: Denim. HEX triplet: 10, 5C and CB. RGB value is (16,92,203). Sum of RGB (Red+Green+Blue) = 16+92+203=311 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.14% from 311); Green value is 92 (36.33% from 255 or 29.58% from 311); Blue value is 203 (79.69% from 255 or 65.27% from 311); Max value from RGB is 203 - color contains mainly: blue. Hex color #105CCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #105CCB is #EFA334. Grayscale: #515151. Windows color (decimal): -15704885 or 13327376. OLE color: 13327376.
HSL color Cylindrical-coordinate representation of color #105CCB: hue angle of 215.61º 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 #105CCB is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 16 | 92 | 203 | - |
| CMYK | 0.92 | 0.55 | 0 | 0.20 |
| HSL | 215.62º | 0.85% | 0.43% | - |
| HSV(B) | 215.62º | 0.92% | 0.8% | - |
| XYZ | 14.82 | 12.08 | 58.05 | - |
| YUV | 81.93 | 196.32 | 80.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 92 | 203 | 0.92 | 0.55 | 0 | 0.20 | 215.62 | 0.85 | 0.43 |
| Hex | 10 | 5C | CB | 5C | 37 | 0 | 14 | D8 | 55 | 2B |
| Octal | 20 | 134 | 313 | 134 | 67 | 0 | 24 | 330 | 125 | 53 |
| Binary | 10000 | 1011100 | 11001011 | 1011100 | 110111 | 0 | 10100 | 11011000 | 1010101 | 101011 |
Color Harmonies of #105CCB
Complementary color
Monochromatic Colors of #105CCB
Black with #105CCB
Text Example
Text Example
White with #105CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105CCB; }
p { color: rgb(16,92,203); }
H1.HeaderClassName
{
color: #105CCB;
}
.AnyTagClassName
{
color: #105CCB;
}
</style>
background-color css
<style>
a { background-color: #105CCB; }
a { background-color: rgb(16,92,203); }
div.DivClassName
{
background-color: #105CCB;
}
.BgClassName
{
background-color: #105CCB;
}
</style>
border-color css
<style>
span { border-color: #105CCB; }
span { border-color: rgb(16,92,203); }
td.TdClassName
{
border-color: #105CCB;
}
.TagClassName
{
border-color: #105CCB;
}
</style>