Shades of Denim #125EBA
Tints of Denim #125EBA
RGB
CMYK
RGB Variations
Color information
#125EBA (or 0x125EBA) is known color: Denim. HEX triplet: 12, 5E and BA. RGB value is (18,94,186). Sum of RGB (Red+Green+Blue) = 18+94+186=298 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.04% from 298); Green value is 94 (37.11% from 255 or 31.54% from 298); Blue value is 186 (73.05% from 255 or 62.42% from 298); Max value from RGB is 186 - color contains mainly: blue. Hex color #125EBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #125EBA is #EDA145. Grayscale: #515151. Windows color (decimal): -15573318 or 12213778. OLE color: 12213778.
HSL color Cylindrical-coordinate representation of color #125EBA: hue angle of 212.86º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #125EBA is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 94 | 186 | - |
| CMYK | 0.90 | 0.49 | 0 | 0.27 |
| HSL | 212.86º | 0.82% | 0.4% | - |
| HSV(B) | 212.86º | 0.9% | 0.73% | - |
| XYZ | 13.12 | 11.68 | 48.02 | - |
| YUV | 81.76 | 186.82 | 82.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 94 | 186 | 0.90 | 0.49 | 0 | 0.27 | 212.86 | 0.82 | 0.4 |
| Hex | 12 | 5E | BA | 5A | 31 | 0 | 1B | D5 | 52 | 28 |
| Octal | 22 | 136 | 272 | 132 | 61 | 0 | 33 | 325 | 122 | 50 |
| Binary | 10010 | 1011110 | 10111010 | 1011010 | 110001 | 0 | 11011 | 11010101 | 1010010 | 101000 |
Color Harmonies of #125EBA
Complementary color
Monochromatic Colors of #125EBA
Black with #125EBA
Text Example
Text Example
White with #125EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125EBA; }
p { color: rgb(18,94,186); }
H1.HeaderClassName
{
color: #125EBA;
}
.AnyTagClassName
{
color: #125EBA;
}
</style>
background-color css
<style>
a { background-color: #125EBA; }
a { background-color: rgb(18,94,186); }
div.DivClassName
{
background-color: #125EBA;
}
.BgClassName
{
background-color: #125EBA;
}
</style>
border-color css
<style>
span { border-color: #125EBA; }
span { border-color: rgb(18,94,186); }
td.TdClassName
{
border-color: #125EBA;
}
.TagClassName
{
border-color: #125EBA;
}
</style>