Shades of Denim #104BCC
Tints of Denim #104BCC
RGB
CMYK
RGB Variations
Color information
#104BCC (or 0x104BCC) is known color: Denim. HEX triplet: 10, 4B and CC. RGB value is (16,75,204). Sum of RGB (Red+Green+Blue) = 16+75+204=295 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.42% from 295); Green value is 75 (29.69% from 255 or 25.42% from 295); Blue value is 204 (80.08% from 255 or 69.15% from 295); Max value from RGB is 204 - color contains mainly: blue. Hex color #104BCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #104BCC is #EFB433. Grayscale: #474747. Windows color (decimal): -15709236 or 13388560. OLE color: 13388560.
HSL color Cylindrical-coordinate representation of color #104BCC: hue angle of 221.17º 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 #104BCC is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 16 | 75 | 204 | - |
| CMYK | 0.92 | 0.63 | 0 | 0.2 |
| HSL | 221.17º | 0.85% | 0.43% | - |
| HSV(B) | 221.17º | 0.92% | 0.8% | - |
| XYZ | 13.63 | 9.5 | 58.24 | - |
| YUV | 72.07 | 202.45 | 88.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 75 | 204 | 0.92 | 0.63 | 0 | 0.2 | 221.17 | 0.85 | 0.43 |
| Hex | 10 | 4B | CC | 5C | 3F | 0 | 14 | DD | 55 | 2B |
| Octal | 20 | 113 | 314 | 134 | 77 | 0 | 24 | 335 | 125 | 53 |
| Binary | 10000 | 1001011 | 11001100 | 1011100 | 111111 | 0 | 10100 | 11011101 | 1010101 | 101011 |
Color Harmonies of #104BCC
Complementary color
Monochromatic Colors of #104BCC
Black with #104BCC
Text Example
Text Example
White with #104BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104BCC; }
p { color: rgb(16,75,204); }
H1.HeaderClassName
{
color: #104BCC;
}
.AnyTagClassName
{
color: #104BCC;
}
</style>
background-color css
<style>
a { background-color: #104BCC; }
a { background-color: rgb(16,75,204); }
div.DivClassName
{
background-color: #104BCC;
}
.BgClassName
{
background-color: #104BCC;
}
</style>
border-color css
<style>
span { border-color: #104BCC; }
span { border-color: rgb(16,75,204); }
td.TdClassName
{
border-color: #104BCC;
}
.TagClassName
{
border-color: #104BCC;
}
</style>