Shades of Denim #124CCB
Tints of Denim #124CCB
RGB
CMYK
RGB Variations
Color information
#124CCB (or 0x124CCB) is known color: Denim. HEX triplet: 12, 4C and CB. RGB value is (18,76,203). Sum of RGB (Red+Green+Blue) = 18+76+203=297 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.06% from 297); Green value is 76 (30.08% from 255 or 25.59% from 297); Blue value is 203 (79.69% from 255 or 68.35% from 297); Max value from RGB is 203 - color contains mainly: blue. Hex color #124CCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #124CCB is #EDB334. Grayscale: #484848. Windows color (decimal): -15577909 or 13323282. OLE color: 13323282.
HSL color Cylindrical-coordinate representation of color #124CCB: hue angle of 221.19º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #124CCB is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 76 | 203 | - |
| CMYK | 0.91 | 0.63 | 0 | 0.20 |
| HSL | 221.19º | 0.84% | 0.43% | - |
| HSV(B) | 221.19º | 0.91% | 0.8% | - |
| XYZ | 13.61 | 9.61 | 57.64 | - |
| YUV | 73.14 | 201.28 | 88.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 76 | 203 | 0.91 | 0.63 | 0 | 0.20 | 221.19 | 0.84 | 0.43 |
| Hex | 12 | 4C | CB | 5B | 3F | 0 | 14 | DD | 54 | 2B |
| Octal | 22 | 114 | 313 | 133 | 77 | 0 | 24 | 335 | 124 | 53 |
| Binary | 10010 | 1001100 | 11001011 | 1011011 | 111111 | 0 | 10100 | 11011101 | 1010100 | 101011 |
Color Harmonies of #124CCB
Complementary color
Monochromatic Colors of #124CCB
Black with #124CCB
Text Example
Text Example
White with #124CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124CCB; }
p { color: rgb(18,76,203); }
H1.HeaderClassName
{
color: #124CCB;
}
.AnyTagClassName
{
color: #124CCB;
}
</style>
background-color css
<style>
a { background-color: #124CCB; }
a { background-color: rgb(18,76,203); }
div.DivClassName
{
background-color: #124CCB;
}
.BgClassName
{
background-color: #124CCB;
}
</style>
border-color css
<style>
span { border-color: #124CCB; }
span { border-color: rgb(18,76,203); }
td.TdClassName
{
border-color: #124CCB;
}
.TagClassName
{
border-color: #124CCB;
}
</style>