Shades of Denim #124CBD
Tints of Denim #124CBD
RGB
CMYK
RGB Variations
Color information
#124CBD (or 0x124CBD) is known color: Denim. HEX triplet: 12, 4C and BD. RGB value is (18,76,189). Sum of RGB (Red+Green+Blue) = 18+76+189=283 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.36% from 283); Green value is 76 (30.08% from 255 or 26.86% from 283); Blue value is 189 (74.22% from 255 or 66.78% from 283); Max value from RGB is 189 - color contains mainly: blue. Hex color #124CBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #124CBD is #EDB342. Grayscale: #474747. Windows color (decimal): -15577923 or 12405778. OLE color: 12405778.
HSL color Cylindrical-coordinate representation of color #124CBD: hue angle of 219.65º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #124CBD is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 76 | 189 | - |
| CMYK | 0.90 | 0.60 | 0 | 0.26 |
| HSL | 219.65º | 0.83% | 0.41% | - |
| HSV(B) | 219.65º | 0.9% | 0.74% | - |
| XYZ | 12.02 | 8.97 | 49.24 | - |
| YUV | 71.54 | 194.28 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 76 | 189 | 0.90 | 0.60 | 0 | 0.26 | 219.65 | 0.83 | 0.41 |
| Hex | 12 | 4C | BD | 5A | 3C | 0 | 1A | DC | 53 | 29 |
| Octal | 22 | 114 | 275 | 132 | 74 | 0 | 32 | 334 | 123 | 51 |
| Binary | 10010 | 1001100 | 10111101 | 1011010 | 111100 | 0 | 11010 | 11011100 | 1010011 | 101001 |
Color Harmonies of #124CBD
Complementary color
Monochromatic Colors of #124CBD
Black with #124CBD
Text Example
Text Example
White with #124CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124CBD; }
p { color: rgb(18,76,189); }
H1.HeaderClassName
{
color: #124CBD;
}
.AnyTagClassName
{
color: #124CBD;
}
</style>
background-color css
<style>
a { background-color: #124CBD; }
a { background-color: rgb(18,76,189); }
div.DivClassName
{
background-color: #124CBD;
}
.BgClassName
{
background-color: #124CBD;
}
</style>
border-color css
<style>
span { border-color: #124CBD; }
span { border-color: rgb(18,76,189); }
td.TdClassName
{
border-color: #124CBD;
}
.TagClassName
{
border-color: #124CBD;
}
</style>