Shades of Denim #124FB6
Tints of Denim #124FB6
RGB
CMYK
RGB Variations
Color information
#124FB6 (or 0x124FB6) is known color: Denim. HEX triplet: 12, 4F and B6. RGB value is (18,79,182). Sum of RGB (Red+Green+Blue) = 18+79+182=279 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.45% from 279); Green value is 79 (31.25% from 255 or 28.32% from 279); Blue value is 182 (71.48% from 255 or 65.23% from 279); Max value from RGB is 182 - color contains mainly: blue. Hex color #124FB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124FB6 is #EDB049. Grayscale: #484848. Windows color (decimal): -15577162 or 11947794. OLE color: 11947794.
HSL color Cylindrical-coordinate representation of color #124FB6: hue angle of 217.68º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #124FB6 is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 18 | 79 | 182 | - |
| CMYK | 0.90 | 0.57 | 0 | 0.29 |
| HSL | 217.68º | 0.82% | 0.39% | - |
| HSV(B) | 217.68º | 0.9% | 0.71% | - |
| XYZ | 11.49 | 9.1 | 45.41 | - |
| YUV | 72.5 | 189.79 | 89.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 79 | 182 | 0.90 | 0.57 | 0 | 0.29 | 217.68 | 0.82 | 0.39 |
| Hex | 12 | 4F | B6 | 5A | 39 | 0 | 1D | DA | 52 | 27 |
| Octal | 22 | 117 | 266 | 132 | 71 | 0 | 35 | 332 | 122 | 47 |
| Binary | 10010 | 1001111 | 10110110 | 1011010 | 111001 | 0 | 11101 | 11011010 | 1010010 | 100111 |
Color Harmonies of #124FB6
Complementary color
Monochromatic Colors of #124FB6
Black with #124FB6
Text Example
Text Example
White with #124FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124FB6; }
p { color: rgb(18,79,182); }
H1.HeaderClassName
{
color: #124FB6;
}
.AnyTagClassName
{
color: #124FB6;
}
</style>
background-color css
<style>
a { background-color: #124FB6; }
a { background-color: rgb(18,79,182); }
div.DivClassName
{
background-color: #124FB6;
}
.BgClassName
{
background-color: #124FB6;
}
</style>
border-color css
<style>
span { border-color: #124FB6; }
span { border-color: rgb(18,79,182); }
td.TdClassName
{
border-color: #124FB6;
}
.TagClassName
{
border-color: #124FB6;
}
</style>