Shades of Denim #124BBE
Tints of Denim #124BBE
RGB
CMYK
RGB Variations
Color information
#124BBE (or 0x124BBE) is known color: Denim. HEX triplet: 12, 4B and BE. RGB value is (18,75,190). Sum of RGB (Red+Green+Blue) = 18+75+190=283 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.36% from 283); Green value is 75 (29.69% from 255 or 26.50% from 283); Blue value is 190 (74.61% from 255 or 67.14% from 283); Max value from RGB is 190 - color contains mainly: blue. Hex color #124BBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #124BBE is #EDB441. Grayscale: #464646. Windows color (decimal): -15578178 or 12471058. OLE color: 12471058.
HSL color Cylindrical-coordinate representation of color #124BBE: hue angle of 220.12º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #124BBE is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 75 | 190 | - |
| CMYK | 0.91 | 0.61 | 0 | 0.25 |
| HSL | 220.12º | 0.83% | 0.41% | - |
| HSV(B) | 220.12º | 0.91% | 0.75% | - |
| XYZ | 12.06 | 8.88 | 49.79 | - |
| YUV | 71.07 | 195.12 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 75 | 190 | 0.91 | 0.61 | 0 | 0.25 | 220.12 | 0.83 | 0.41 |
| Hex | 12 | 4B | BE | 5B | 3D | 0 | 19 | DC | 53 | 29 |
| Octal | 22 | 113 | 276 | 133 | 75 | 0 | 31 | 334 | 123 | 51 |
| Binary | 10010 | 1001011 | 10111110 | 1011011 | 111101 | 0 | 11001 | 11011100 | 1010011 | 101001 |
Color Harmonies of #124BBE
Complementary color
Monochromatic Colors of #124BBE
Black with #124BBE
Text Example
Text Example
White with #124BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124BBE; }
p { color: rgb(18,75,190); }
H1.HeaderClassName
{
color: #124BBE;
}
.AnyTagClassName
{
color: #124BBE;
}
</style>
background-color css
<style>
a { background-color: #124BBE; }
a { background-color: rgb(18,75,190); }
div.DivClassName
{
background-color: #124BBE;
}
.BgClassName
{
background-color: #124BBE;
}
</style>
border-color css
<style>
span { border-color: #124BBE; }
span { border-color: rgb(18,75,190); }
td.TdClassName
{
border-color: #124BBE;
}
.TagClassName
{
border-color: #124BBE;
}
</style>