Shades of Denim #124FBE
Tints of Denim #124FBE
RGB
CMYK
RGB Variations
Color information
#124FBE (or 0x124FBE) is known color: Denim. HEX triplet: 12, 4F and BE. RGB value is (18,79,190). Sum of RGB (Red+Green+Blue) = 18+79+190=287 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.27% from 287); Green value is 79 (31.25% from 255 or 27.53% from 287); Blue value is 190 (74.61% from 255 or 66.20% from 287); Max value from RGB is 190 - color contains mainly: blue. Hex color #124FBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124FBE is #EDB041. Grayscale: #484848. Windows color (decimal): -15577154 or 12472082. OLE color: 12472082.
HSL color Cylindrical-coordinate representation of color #124FBE: hue angle of 218.72º 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 #124FBE is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 79 | 190 | - |
| CMYK | 0.91 | 0.58 | 0 | 0.25 |
| HSL | 218.72º | 0.83% | 0.41% | - |
| HSV(B) | 218.72º | 0.91% | 0.75% | - |
| XYZ | 12.34 | 9.44 | 49.89 | - |
| YUV | 73.42 | 193.79 | 88.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 79 | 190 | 0.91 | 0.58 | 0 | 0.25 | 218.72 | 0.83 | 0.41 |
| Hex | 12 | 4F | BE | 5B | 3A | 0 | 19 | DB | 53 | 29 |
| Octal | 22 | 117 | 276 | 133 | 72 | 0 | 31 | 333 | 123 | 51 |
| Binary | 10010 | 1001111 | 10111110 | 1011011 | 111010 | 0 | 11001 | 11011011 | 1010011 | 101001 |
Color Harmonies of #124FBE
Complementary color
Monochromatic Colors of #124FBE
Black with #124FBE
Text Example
Text Example
White with #124FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124FBE; }
p { color: rgb(18,79,190); }
H1.HeaderClassName
{
color: #124FBE;
}
.AnyTagClassName
{
color: #124FBE;
}
</style>
background-color css
<style>
a { background-color: #124FBE; }
a { background-color: rgb(18,79,190); }
div.DivClassName
{
background-color: #124FBE;
}
.BgClassName
{
background-color: #124FBE;
}
</style>
border-color css
<style>
span { border-color: #124FBE; }
span { border-color: rgb(18,79,190); }
td.TdClassName
{
border-color: #124FBE;
}
.TagClassName
{
border-color: #124FBE;
}
</style>