Shades of Denim #104BBB
Tints of Denim #104BBB
RGB
CMYK
RGB Variations
Color information
#104BBB (or 0x104BBB) is known color: Denim. HEX triplet: 10, 4B and BB. RGB value is (16,75,187). Sum of RGB (Red+Green+Blue) = 16+75+187=278 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.76% from 278); Green value is 75 (29.69% from 255 or 26.98% from 278); Blue value is 187 (73.44% from 255 or 67.27% from 278); Max value from RGB is 187 - color contains mainly: blue. Hex color #104BBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #104BBB is #EFB444. Grayscale: #454545. Windows color (decimal): -15709253 or 12274448. OLE color: 12274448.
HSL color Cylindrical-coordinate representation of color #104BBB: hue angle of 219.3º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #104BBB is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 75 | 187 | - |
| CMYK | 0.91 | 0.60 | 0 | 0.27 |
| HSL | 219.3º | 0.84% | 0.4% | - |
| HSV(B) | 219.3º | 0.91% | 0.73% | - |
| XYZ | 11.7 | 8.73 | 48.08 | - |
| YUV | 70.13 | 193.95 | 89.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 75 | 187 | 0.91 | 0.60 | 0 | 0.27 | 219.3 | 0.84 | 0.4 |
| Hex | 10 | 4B | BB | 5B | 3C | 0 | 1B | DB | 54 | 28 |
| Octal | 20 | 113 | 273 | 133 | 74 | 0 | 33 | 333 | 124 | 50 |
| Binary | 10000 | 1001011 | 10111011 | 1011011 | 111100 | 0 | 11011 | 11011011 | 1010100 | 101000 |
Color Harmonies of #104BBB
Complementary color
Monochromatic Colors of #104BBB
Black with #104BBB
Text Example
Text Example
White with #104BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104BBB; }
p { color: rgb(16,75,187); }
H1.HeaderClassName
{
color: #104BBB;
}
.AnyTagClassName
{
color: #104BBB;
}
</style>
background-color css
<style>
a { background-color: #104BBB; }
a { background-color: rgb(16,75,187); }
div.DivClassName
{
background-color: #104BBB;
}
.BgClassName
{
background-color: #104BBB;
}
</style>
border-color css
<style>
span { border-color: #104BBB; }
span { border-color: rgb(16,75,187); }
td.TdClassName
{
border-color: #104BBB;
}
.TagClassName
{
border-color: #104BBB;
}
</style>