Shades of Denim #124BCD
Tints of Denim #124BCD
RGB
CMYK
RGB Variations
Color information
#124BCD (or 0x124BCD) is known color: Denim. HEX triplet: 12, 4B and CD. RGB value is (18,75,205). Sum of RGB (Red+Green+Blue) = 18+75+205=298 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.04% from 298); Green value is 75 (29.69% from 255 or 25.17% from 298); Blue value is 205 (80.47% from 255 or 68.79% from 298); Max value from RGB is 205 - color contains mainly: blue. Hex color #124BCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #124BCD is #EDB432. Grayscale: #484848. Windows color (decimal): -15578163 or 13454098. OLE color: 13454098.
HSL color Cylindrical-coordinate representation of color #124BCD: hue angle of 221.71º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #124BCD is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 75 | 205 | - |
| CMYK | 0.91 | 0.63 | 0 | 0.20 |
| HSL | 221.71º | 0.84% | 0.44% | - |
| HSV(B) | 221.71º | 0.91% | 0.8% | - |
| XYZ | 13.78 | 9.57 | 58.88 | - |
| YUV | 72.78 | 202.62 | 88.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 75 | 205 | 0.91 | 0.63 | 0 | 0.20 | 221.71 | 0.84 | 0.44 |
| Hex | 12 | 4B | CD | 5B | 3F | 0 | 14 | DE | 54 | 2C |
| Octal | 22 | 113 | 315 | 133 | 77 | 0 | 24 | 336 | 124 | 54 |
| Binary | 10010 | 1001011 | 11001101 | 1011011 | 111111 | 0 | 10100 | 11011110 | 1010100 | 101100 |
Color Harmonies of #124BCD
Complementary color
Monochromatic Colors of #124BCD
Black with #124BCD
Text Example
Text Example
White with #124BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124BCD; }
p { color: rgb(18,75,205); }
H1.HeaderClassName
{
color: #124BCD;
}
.AnyTagClassName
{
color: #124BCD;
}
</style>
background-color css
<style>
a { background-color: #124BCD; }
a { background-color: rgb(18,75,205); }
div.DivClassName
{
background-color: #124BCD;
}
.BgClassName
{
background-color: #124BCD;
}
</style>
border-color css
<style>
span { border-color: #124BCD; }
span { border-color: rgb(18,75,205); }
td.TdClassName
{
border-color: #124BCD;
}
.TagClassName
{
border-color: #124BCD;
}
</style>