Shades of Denim #104BDA
Tints of Denim #104BDA
RGB
CMYK
RGB Variations
Color information
#104BDA (or 0x104BDA) is known color: Denim. HEX triplet: 10, 4B and DA. RGB value is (16,75,218). Sum of RGB (Red+Green+Blue) = 16+75+218=309 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.18% from 309); Green value is 75 (29.69% from 255 or 24.27% from 309); Blue value is 218 (85.55% from 255 or 70.55% from 309); Max value from RGB is 218 - color contains mainly: blue. Hex color #104BDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #104BDA is #EFB425. Grayscale: #494949. Windows color (decimal): -15709222 or 14306064. OLE color: 14306064.
HSL color Cylindrical-coordinate representation of color #104BDA: hue angle of 222.48º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #104BDA is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 75 | 218 | - |
| CMYK | 0.93 | 0.66 | 0 | 0.15 |
| HSL | 222.48º | 0.86% | 0.46% | - |
| HSV(B) | 222.48º | 0.93% | 0.85% | - |
| XYZ | 15.38 | 10.2 | 67.49 | - |
| YUV | 73.66 | 209.45 | 86.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 75 | 218 | 0.93 | 0.66 | 0 | 0.15 | 222.48 | 0.86 | 0.46 |
| Hex | 10 | 4B | DA | 5D | 42 | 0 | F | DE | 56 | 2E |
| Octal | 20 | 113 | 332 | 135 | 102 | 0 | 17 | 336 | 126 | 56 |
| Binary | 10000 | 1001011 | 11011010 | 1011101 | 1000010 | 0 | 1111 | 11011110 | 1010110 | 101110 |
Color Harmonies of #104BDA
Complementary color
Monochromatic Colors of #104BDA
Black with #104BDA
Text Example
Text Example
White with #104BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104BDA; }
p { color: rgb(16,75,218); }
H1.HeaderClassName
{
color: #104BDA;
}
.AnyTagClassName
{
color: #104BDA;
}
</style>
background-color css
<style>
a { background-color: #104BDA; }
a { background-color: rgb(16,75,218); }
div.DivClassName
{
background-color: #104BDA;
}
.BgClassName
{
background-color: #104BDA;
}
</style>
border-color css
<style>
span { border-color: #104BDA; }
span { border-color: rgb(16,75,218); }
td.TdClassName
{
border-color: #104BDA;
}
.TagClassName
{
border-color: #104BDA;
}
</style>