Shades of Denim #125BA4
Tints of Denim #125BA4
RGB
CMYK
RGB Variations
Color information
#125BA4 (or 0x125BA4) is known color: Denim. HEX triplet: 12, 5B and A4. RGB value is (18,91,164). Sum of RGB (Red+Green+Blue) = 18+91+164=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 91 (35.94% from 255 or 33.33% from 273); Blue value is 164 (64.45% from 255 or 60.07% from 273); Max value from RGB is 164 - color contains mainly: blue. Hex color #125BA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125BA4 is #EDA45B. Grayscale: #4D4D4D. Windows color (decimal): -15574108 or 10771218. OLE color: 10771218.
HSL color Cylindrical-coordinate representation of color #125BA4: hue angle of 210º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #125BA4 is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 18 | 91 | 164 | - |
| CMYK | 0.89 | 0.45 | 0 | 0.36 |
| HSL | 210º | 0.8% | 0.36% | - |
| HSV(B) | 210º | 0.89% | 0.64% | - |
| XYZ | 10.69 | 10.29 | 36.54 | - |
| YUV | 77.5 | 176.82 | 85.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 91 | 164 | 0.89 | 0.45 | 0 | 0.36 | 210 | 0.8 | 0.36 |
| Hex | 12 | 5B | A4 | 59 | 2D | 0 | 24 | D2 | 50 | 24 |
| Octal | 22 | 133 | 244 | 131 | 55 | 0 | 44 | 322 | 120 | 44 |
| Binary | 10010 | 1011011 | 10100100 | 1011001 | 101101 | 0 | 100100 | 11010010 | 1010000 | 100100 |
Color Harmonies of #125BA4
Complementary color
Monochromatic Colors of #125BA4
Black with #125BA4
Text Example
Text Example
White with #125BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125BA4; }
p { color: rgb(18,91,164); }
H1.HeaderClassName
{
color: #125BA4;
}
.AnyTagClassName
{
color: #125BA4;
}
</style>
background-color css
<style>
a { background-color: #125BA4; }
a { background-color: rgb(18,91,164); }
div.DivClassName
{
background-color: #125BA4;
}
.BgClassName
{
background-color: #125BA4;
}
</style>
border-color css
<style>
span { border-color: #125BA4; }
span { border-color: rgb(18,91,164); }
td.TdClassName
{
border-color: #125BA4;
}
.TagClassName
{
border-color: #125BA4;
}
</style>