Shades of Denim #124BBB
Tints of Denim #124BBB
RGB
CMYK
RGB Variations
Color information
#124BBB (or 0x124BBB) is known color: Denim. HEX triplet: 12, 4B and BB. RGB value is (18,75,187). Sum of RGB (Red+Green+Blue) = 18+75+187=280 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.43% from 280); Green value is 75 (29.69% from 255 or 26.79% from 280); Blue value is 187 (73.44% from 255 or 66.79% from 280); Max value from RGB is 187 - color contains mainly: blue. Hex color #124BBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #124BBB is #EDB444. Grayscale: #464646. Windows color (decimal): -15578181 or 12274450. OLE color: 12274450.
HSL color Cylindrical-coordinate representation of color #124BBB: hue angle of 219.76º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #124BBB is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 75 | 187 | - |
| CMYK | 0.90 | 0.60 | 0 | 0.27 |
| HSL | 219.76º | 0.82% | 0.4% | - |
| HSV(B) | 219.76º | 0.9% | 0.73% | - |
| XYZ | 11.74 | 8.75 | 48.08 | - |
| YUV | 70.73 | 193.62 | 90.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 75 | 187 | 0.90 | 0.60 | 0 | 0.27 | 219.76 | 0.82 | 0.4 |
| Hex | 12 | 4B | BB | 5A | 3C | 0 | 1B | DC | 52 | 28 |
| Octal | 22 | 113 | 273 | 132 | 74 | 0 | 33 | 334 | 122 | 50 |
| Binary | 10010 | 1001011 | 10111011 | 1011010 | 111100 | 0 | 11011 | 11011100 | 1010010 | 101000 |
Color Harmonies of #124BBB
Complementary color
Monochromatic Colors of #124BBB
Black with #124BBB
Text Example
Text Example
White with #124BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124BBB; }
p { color: rgb(18,75,187); }
H1.HeaderClassName
{
color: #124BBB;
}
.AnyTagClassName
{
color: #124BBB;
}
</style>
background-color css
<style>
a { background-color: #124BBB; }
a { background-color: rgb(18,75,187); }
div.DivClassName
{
background-color: #124BBB;
}
.BgClassName
{
background-color: #124BBB;
}
</style>
border-color css
<style>
span { border-color: #124BBB; }
span { border-color: rgb(18,75,187); }
td.TdClassName
{
border-color: #124BBB;
}
.TagClassName
{
border-color: #124BBB;
}
</style>