Shades of Denim #125ACC
Tints of Denim #125ACC
RGB
CMYK
RGB Variations
Color information
#125ACC (or 0x125ACC) is known color: Denim. HEX triplet: 12, 5A and CC. RGB value is (18,90,204). Sum of RGB (Red+Green+Blue) = 18+90+204=312 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.77% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 204 (80.08% from 255 or 65.38% from 312); Max value from RGB is 204 - color contains mainly: blue. Hex color #125ACC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #125ACC is #EDA533. Grayscale: #505050. Windows color (decimal): -15574324 or 13392402. OLE color: 13392402.
HSL color Cylindrical-coordinate representation of color #125ACC: hue angle of 216.77º 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 #125ACC is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 18 | 90 | 204 | - |
| CMYK | 0.91 | 0.56 | 0 | 0.2 |
| HSL | 216.77º | 0.84% | 0.44% | - |
| HSV(B) | 216.77º | 0.91% | 0.8% | - |
| XYZ | 14.8 | 11.8 | 58.62 | - |
| YUV | 81.47 | 197.15 | 82.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 90 | 204 | 0.91 | 0.56 | 0 | 0.2 | 216.77 | 0.84 | 0.44 |
| Hex | 12 | 5A | CC | 5B | 38 | 0 | 14 | D9 | 54 | 2C |
| Octal | 22 | 132 | 314 | 133 | 70 | 0 | 24 | 331 | 124 | 54 |
| Binary | 10010 | 1011010 | 11001100 | 1011011 | 111000 | 0 | 10100 | 11011001 | 1010100 | 101100 |
Color Harmonies of #125ACC
Complementary color
Monochromatic Colors of #125ACC
Black with #125ACC
Text Example
Text Example
White with #125ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125ACC; }
p { color: rgb(18,90,204); }
H1.HeaderClassName
{
color: #125ACC;
}
.AnyTagClassName
{
color: #125ACC;
}
</style>
background-color css
<style>
a { background-color: #125ACC; }
a { background-color: rgb(18,90,204); }
div.DivClassName
{
background-color: #125ACC;
}
.BgClassName
{
background-color: #125ACC;
}
</style>
border-color css
<style>
span { border-color: #125ACC; }
span { border-color: rgb(18,90,204); }
td.TdClassName
{
border-color: #125ACC;
}
.TagClassName
{
border-color: #125ACC;
}
</style>