Shades of Denim #124FB3
Tints of Denim #124FB3
RGB
CMYK
RGB Variations
Color information
#124FB3 (or 0x124FB3) is known color: Denim. HEX triplet: 12, 4F and B3. RGB value is (18,79,179). Sum of RGB (Red+Green+Blue) = 18+79+179=276 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.52% from 276); Green value is 79 (31.25% from 255 or 28.62% from 276); Blue value is 179 (70.31% from 255 or 64.86% from 276); Max value from RGB is 179 - color contains mainly: blue. Hex color #124FB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124FB3 is #EDB04C. Grayscale: #474747. Windows color (decimal): -15577165 or 11751186. OLE color: 11751186.
HSL color Cylindrical-coordinate representation of color #124FB3: hue angle of 217.27º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #124FB3 is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 18 | 79 | 179 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.30 |
| HSL | 217.27º | 0.82% | 0.39% | - |
| HSV(B) | 217.27º | 0.9% | 0.7% | - |
| XYZ | 11.18 | 8.98 | 43.79 | - |
| YUV | 72.16 | 188.29 | 89.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 79 | 179 | 0.90 | 0.56 | 0 | 0.30 | 217.27 | 0.82 | 0.39 |
| Hex | 12 | 4F | B3 | 5A | 38 | 0 | 1E | D9 | 52 | 27 |
| Octal | 22 | 117 | 263 | 132 | 70 | 0 | 36 | 331 | 122 | 47 |
| Binary | 10010 | 1001111 | 10110011 | 1011010 | 111000 | 0 | 11110 | 11011001 | 1010010 | 100111 |
Color Harmonies of #124FB3
Complementary color
Monochromatic Colors of #124FB3
Black with #124FB3
Text Example
Text Example
White with #124FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124FB3; }
p { color: rgb(18,79,179); }
H1.HeaderClassName
{
color: #124FB3;
}
.AnyTagClassName
{
color: #124FB3;
}
</style>
background-color css
<style>
a { background-color: #124FB3; }
a { background-color: rgb(18,79,179); }
div.DivClassName
{
background-color: #124FB3;
}
.BgClassName
{
background-color: #124FB3;
}
</style>
border-color css
<style>
span { border-color: #124FB3; }
span { border-color: rgb(18,79,179); }
td.TdClassName
{
border-color: #124FB3;
}
.TagClassName
{
border-color: #124FB3;
}
</style>