Shades of Denim #104BD2
Tints of Denim #104BD2
RGB
CMYK
RGB Variations
Color information
#104BD2 (or 0x104BD2) is known color: Denim. HEX triplet: 10, 4B and D2. RGB value is (16,75,210). Sum of RGB (Red+Green+Blue) = 16+75+210=301 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.32% from 301); Green value is 75 (29.69% from 255 or 24.92% from 301); Blue value is 210 (82.42% from 255 or 69.77% from 301); Max value from RGB is 210 - color contains mainly: blue. Hex color #104BD2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #104BD2 is #EFB42D. Grayscale: #484848. Windows color (decimal): -15709230 or 13781776. OLE color: 13781776.
HSL color Cylindrical-coordinate representation of color #104BD2: hue angle of 221.75º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #104BD2 is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 75 | 210 | - |
| CMYK | 0.92 | 0.64 | 0 | 0.18 |
| HSL | 221.75º | 0.86% | 0.44% | - |
| HSV(B) | 221.75º | 0.92% | 0.82% | - |
| XYZ | 14.36 | 9.8 | 62.11 | - |
| YUV | 72.75 | 205.45 | 87.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 75 | 210 | 0.92 | 0.64 | 0 | 0.18 | 221.75 | 0.86 | 0.44 |
| Hex | 10 | 4B | D2 | 5C | 40 | 0 | 12 | DE | 56 | 2C |
| Octal | 20 | 113 | 322 | 134 | 100 | 0 | 22 | 336 | 126 | 54 |
| Binary | 10000 | 1001011 | 11010010 | 1011100 | 1000000 | 0 | 10010 | 11011110 | 1010110 | 101100 |
Color Harmonies of #104BD2
Complementary color
Monochromatic Colors of #104BD2
Black with #104BD2
Text Example
Text Example
White with #104BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104BD2; }
p { color: rgb(16,75,210); }
H1.HeaderClassName
{
color: #104BD2;
}
.AnyTagClassName
{
color: #104BD2;
}
</style>
background-color css
<style>
a { background-color: #104BD2; }
a { background-color: rgb(16,75,210); }
div.DivClassName
{
background-color: #104BD2;
}
.BgClassName
{
background-color: #104BD2;
}
</style>
border-color css
<style>
span { border-color: #104BD2; }
span { border-color: rgb(16,75,210); }
td.TdClassName
{
border-color: #104BD2;
}
.TagClassName
{
border-color: #104BD2;
}
</style>