Shades of Denim #125BA5
Tints of Denim #125BA5
RGB
CMYK
RGB Variations
Color information
#125BA5 (or 0x125BA5) is known color: Denim. HEX triplet: 12, 5B and A5. RGB value is (18,91,165). Sum of RGB (Red+Green+Blue) = 18+91+165=274 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.57% from 274); Green value is 91 (35.94% from 255 or 33.21% from 274); Blue value is 165 (64.84% from 255 or 60.22% from 274); Max value from RGB is 165 - color contains mainly: blue. Hex color #125BA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125BA5 is #EDA45A. Grayscale: #4D4D4D. Windows color (decimal): -15574107 or 10836754. OLE color: 10836754.
HSL color Cylindrical-coordinate representation of color #125BA5: hue angle of 210.2º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #125BA5 is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 18 | 91 | 165 | - |
| CMYK | 0.89 | 0.45 | 0 | 0.35 |
| HSL | 210.2º | 0.8% | 0.36% | - |
| HSV(B) | 210.2º | 0.89% | 0.65% | - |
| XYZ | 10.78 | 10.33 | 37.02 | - |
| YUV | 77.61 | 177.32 | 85.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 91 | 165 | 0.89 | 0.45 | 0 | 0.35 | 210.2 | 0.8 | 0.36 |
| Hex | 12 | 5B | A5 | 59 | 2D | 0 | 23 | D2 | 50 | 24 |
| Octal | 22 | 133 | 245 | 131 | 55 | 0 | 43 | 322 | 120 | 44 |
| Binary | 10010 | 1011011 | 10100101 | 1011001 | 101101 | 0 | 100011 | 11010010 | 1010000 | 100100 |
Color Harmonies of #125BA5
Complementary color
Monochromatic Colors of #125BA5
Black with #125BA5
Text Example
Text Example
White with #125BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125BA5; }
p { color: rgb(18,91,165); }
H1.HeaderClassName
{
color: #125BA5;
}
.AnyTagClassName
{
color: #125BA5;
}
</style>
background-color css
<style>
a { background-color: #125BA5; }
a { background-color: rgb(18,91,165); }
div.DivClassName
{
background-color: #125BA5;
}
.BgClassName
{
background-color: #125BA5;
}
</style>
border-color css
<style>
span { border-color: #125BA5; }
span { border-color: rgb(18,91,165); }
td.TdClassName
{
border-color: #125BA5;
}
.TagClassName
{
border-color: #125BA5;
}
</style>