Shades of Denim #124BCB
Tints of Denim #124BCB
RGB
CMYK
RGB Variations
Color information
#124BCB (or 0x124BCB) is known color: Denim. HEX triplet: 12, 4B and CB. RGB value is (18,75,203). Sum of RGB (Red+Green+Blue) = 18+75+203=296 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.08% from 296); Green value is 75 (29.69% from 255 or 25.34% from 296); Blue value is 203 (79.69% from 255 or 68.58% from 296); Max value from RGB is 203 - color contains mainly: blue. Hex color #124BCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #124BCB is #EDB434. Grayscale: #474747. Windows color (decimal): -15578165 or 13323026. OLE color: 13323026.
HSL color Cylindrical-coordinate representation of color #124BCB: hue angle of 221.51º 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 #124BCB is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 75 | 203 | - |
| CMYK | 0.91 | 0.63 | 0 | 0.20 |
| HSL | 221.51º | 0.84% | 0.43% | - |
| HSV(B) | 221.51º | 0.91% | 0.8% | - |
| XYZ | 13.55 | 9.47 | 57.61 | - |
| YUV | 72.55 | 201.62 | 89.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 75 | 203 | 0.91 | 0.63 | 0 | 0.20 | 221.51 | 0.84 | 0.43 |
| Hex | 12 | 4B | CB | 5B | 3F | 0 | 14 | DE | 54 | 2B |
| Octal | 22 | 113 | 313 | 133 | 77 | 0 | 24 | 336 | 124 | 53 |
| Binary | 10010 | 1001011 | 11001011 | 1011011 | 111111 | 0 | 10100 | 11011110 | 1010100 | 101011 |
Color Harmonies of #124BCB
Complementary color
Monochromatic Colors of #124BCB
Black with #124BCB
Text Example
Text Example
White with #124BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124BCB; }
p { color: rgb(18,75,203); }
H1.HeaderClassName
{
color: #124BCB;
}
.AnyTagClassName
{
color: #124BCB;
}
</style>
background-color css
<style>
a { background-color: #124BCB; }
a { background-color: rgb(18,75,203); }
div.DivClassName
{
background-color: #124BCB;
}
.BgClassName
{
background-color: #124BCB;
}
</style>
border-color css
<style>
span { border-color: #124BCB; }
span { border-color: rgb(18,75,203); }
td.TdClassName
{
border-color: #124BCB;
}
.TagClassName
{
border-color: #124BCB;
}
</style>