Shades of Denim #104FCE
Tints of Denim #104FCE
RGB
CMYK
RGB Variations
Color information
#104FCE (or 0x104FCE) is known color: Denim. HEX triplet: 10, 4F and CE. RGB value is (16,79,206). Sum of RGB (Red+Green+Blue) = 16+79+206=301 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.32% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 206 (80.86% from 255 or 68.44% from 301); Max value from RGB is 206 - color contains mainly: blue. Hex color #104FCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #104FCE is #EFB031. Grayscale: #4A4A4A. Windows color (decimal): -15708210 or 13520656. OLE color: 13520656.
HSL color Cylindrical-coordinate representation of color #104FCE: hue angle of 220.11º 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 #104FCE is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 79 | 206 | - |
| CMYK | 0.92 | 0.62 | 0 | 0.19 |
| HSL | 220.11º | 0.86% | 0.44% | - |
| HSV(B) | 220.11º | 0.92% | 0.81% | - |
| XYZ | 14.15 | 10.16 | 59.61 | - |
| YUV | 74.64 | 202.13 | 86.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 79 | 206 | 0.92 | 0.62 | 0 | 0.19 | 220.11 | 0.86 | 0.44 |
| Hex | 10 | 4F | CE | 5C | 3E | 0 | 13 | DC | 56 | 2C |
| Octal | 20 | 117 | 316 | 134 | 76 | 0 | 23 | 334 | 126 | 54 |
| Binary | 10000 | 1001111 | 11001110 | 1011100 | 111110 | 0 | 10011 | 11011100 | 1010110 | 101100 |
Color Harmonies of #104FCE
Complementary color
Monochromatic Colors of #104FCE
Black with #104FCE
Text Example
Text Example
White with #104FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104FCE; }
p { color: rgb(16,79,206); }
H1.HeaderClassName
{
color: #104FCE;
}
.AnyTagClassName
{
color: #104FCE;
}
</style>
background-color css
<style>
a { background-color: #104FCE; }
a { background-color: rgb(16,79,206); }
div.DivClassName
{
background-color: #104FCE;
}
.BgClassName
{
background-color: #104FCE;
}
</style>
border-color css
<style>
span { border-color: #104FCE; }
span { border-color: rgb(16,79,206); }
td.TdClassName
{
border-color: #104FCE;
}
.TagClassName
{
border-color: #104FCE;
}
</style>