Shades of Denim #104CCE
Tints of Denim #104CCE
RGB
CMYK
RGB Variations
Color information
#104CCE (or 0x104CCE) is known color: Denim. HEX triplet: 10, 4C and CE. RGB value is (16,76,206). Sum of RGB (Red+Green+Blue) = 16+76+206=298 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.37% from 298); Green value is 76 (30.08% from 255 or 25.50% from 298); Blue value is 206 (80.86% from 255 or 69.13% from 298); Max value from RGB is 206 - color contains mainly: blue. Hex color #104CCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #104CCE is #EFB331. Grayscale: #484848. Windows color (decimal): -15708978 or 13519888. OLE color: 13519888.
HSL color Cylindrical-coordinate representation of color #104CCE: hue angle of 221.05º 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 #104CCE is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 76 | 206 | - |
| CMYK | 0.92 | 0.63 | 0 | 0.19 |
| HSL | 221.05º | 0.86% | 0.44% | - |
| HSV(B) | 221.05º | 0.92% | 0.81% | - |
| XYZ | 13.94 | 9.74 | 59.54 | - |
| YUV | 72.88 | 203.12 | 87.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 76 | 206 | 0.92 | 0.63 | 0 | 0.19 | 221.05 | 0.86 | 0.44 |
| Hex | 10 | 4C | CE | 5C | 3F | 0 | 13 | DD | 56 | 2C |
| Octal | 20 | 114 | 316 | 134 | 77 | 0 | 23 | 335 | 126 | 54 |
| Binary | 10000 | 1001100 | 11001110 | 1011100 | 111111 | 0 | 10011 | 11011101 | 1010110 | 101100 |
Color Harmonies of #104CCE
Complementary color
Monochromatic Colors of #104CCE
Black with #104CCE
Text Example
Text Example
White with #104CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104CCE; }
p { color: rgb(16,76,206); }
H1.HeaderClassName
{
color: #104CCE;
}
.AnyTagClassName
{
color: #104CCE;
}
</style>
background-color css
<style>
a { background-color: #104CCE; }
a { background-color: rgb(16,76,206); }
div.DivClassName
{
background-color: #104CCE;
}
.BgClassName
{
background-color: #104CCE;
}
</style>
border-color css
<style>
span { border-color: #104CCE; }
span { border-color: rgb(16,76,206); }
td.TdClassName
{
border-color: #104CCE;
}
.TagClassName
{
border-color: #104CCE;
}
</style>