Shades of Denim #125ACD
Tints of Denim #125ACD
RGB
CMYK
RGB Variations
Color information
#125ACD (or 0x125ACD) is known color: Denim. HEX triplet: 12, 5A and CD. RGB value is (18,90,205). Sum of RGB (Red+Green+Blue) = 18+90+205=313 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.75% from 313); Green value is 90 (35.55% from 255 or 28.75% from 313); Blue value is 205 (80.47% from 255 or 65.50% from 313); Max value from RGB is 205 - color contains mainly: blue. Hex color #125ACD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #125ACD is #EDA532. Grayscale: #515151. Windows color (decimal): -15574323 or 13457938. OLE color: 13457938.
HSL color Cylindrical-coordinate representation of color #125ACD: hue angle of 216.9º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #125ACD is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 90 | 205 | - |
| CMYK | 0.91 | 0.56 | 0 | 0.20 |
| HSL | 216.9º | 0.84% | 0.44% | - |
| HSV(B) | 216.9º | 0.91% | 0.8% | - |
| XYZ | 14.93 | 11.85 | 59.26 | - |
| YUV | 81.58 | 197.65 | 82.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 90 | 205 | 0.91 | 0.56 | 0 | 0.20 | 216.9 | 0.84 | 0.44 |
| Hex | 12 | 5A | CD | 5B | 38 | 0 | 14 | D9 | 54 | 2C |
| Octal | 22 | 132 | 315 | 133 | 70 | 0 | 24 | 331 | 124 | 54 |
| Binary | 10010 | 1011010 | 11001101 | 1011011 | 111000 | 0 | 10100 | 11011001 | 1010100 | 101100 |
Color Harmonies of #125ACD
Complementary color
Monochromatic Colors of #125ACD
Black with #125ACD
Text Example
Text Example
White with #125ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125ACD; }
p { color: rgb(18,90,205); }
H1.HeaderClassName
{
color: #125ACD;
}
.AnyTagClassName
{
color: #125ACD;
}
</style>
background-color css
<style>
a { background-color: #125ACD; }
a { background-color: rgb(18,90,205); }
div.DivClassName
{
background-color: #125ACD;
}
.BgClassName
{
background-color: #125ACD;
}
</style>
border-color css
<style>
span { border-color: #125ACD; }
span { border-color: rgb(18,90,205); }
td.TdClassName
{
border-color: #125ACD;
}
.TagClassName
{
border-color: #125ACD;
}
</style>