Shades of Denim #124FBB
Tints of Denim #124FBB
RGB
CMYK
RGB Variations
Color information
#124FBB (or 0x124FBB) is known color: Denim. HEX triplet: 12, 4F and BB. RGB value is (18,79,187). Sum of RGB (Red+Green+Blue) = 18+79+187=284 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.34% from 284); Green value is 79 (31.25% from 255 or 27.82% from 284); Blue value is 187 (73.44% from 255 or 65.85% from 284); Max value from RGB is 187 - color contains mainly: blue. Hex color #124FBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124FBB is #EDB044. Grayscale: #484848. Windows color (decimal): -15577157 or 12275474. OLE color: 12275474.
HSL color Cylindrical-coordinate representation of color #124FBB: hue angle of 218.34º 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 #124FBB is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 79 | 187 | - |
| CMYK | 0.90 | 0.58 | 0 | 0.27 |
| HSL | 218.34º | 0.82% | 0.4% | - |
| HSV(B) | 218.34º | 0.9% | 0.73% | - |
| XYZ | 12.02 | 9.31 | 48.18 | - |
| YUV | 73.07 | 192.29 | 88.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 79 | 187 | 0.90 | 0.58 | 0 | 0.27 | 218.34 | 0.82 | 0.4 |
| Hex | 12 | 4F | BB | 5A | 3A | 0 | 1B | DA | 52 | 28 |
| Octal | 22 | 117 | 273 | 132 | 72 | 0 | 33 | 332 | 122 | 50 |
| Binary | 10010 | 1001111 | 10111011 | 1011010 | 111010 | 0 | 11011 | 11011010 | 1010010 | 101000 |
Color Harmonies of #124FBB
Complementary color
Monochromatic Colors of #124FBB
Black with #124FBB
Text Example
Text Example
White with #124FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124FBB; }
p { color: rgb(18,79,187); }
H1.HeaderClassName
{
color: #124FBB;
}
.AnyTagClassName
{
color: #124FBB;
}
</style>
background-color css
<style>
a { background-color: #124FBB; }
a { background-color: rgb(18,79,187); }
div.DivClassName
{
background-color: #124FBB;
}
.BgClassName
{
background-color: #124FBB;
}
</style>
border-color css
<style>
span { border-color: #124FBB; }
span { border-color: rgb(18,79,187); }
td.TdClassName
{
border-color: #124FBB;
}
.TagClassName
{
border-color: #124FBB;
}
</style>