Shades of Denim #125ECE
Tints of Denim #125ECE
RGB
CMYK
RGB Variations
Color information
#125ECE (or 0x125ECE) is known color: Denim. HEX triplet: 12, 5E and CE. RGB value is (18,94,206). Sum of RGB (Red+Green+Blue) = 18+94+206=318 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.66% from 318); Green value is 94 (37.11% from 255 or 29.56% from 318); Blue value is 206 (80.86% from 255 or 64.78% from 318); Max value from RGB is 206 - color contains mainly: blue. Hex color #125ECE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #125ECE is #EDA131. Grayscale: #535353. Windows color (decimal): -15573298 or 13524498. OLE color: 13524498.
HSL color Cylindrical-coordinate representation of color #125ECE: hue angle of 215.74º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #125ECE is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 94 | 206 | - |
| CMYK | 0.91 | 0.54 | 0 | 0.19 |
| HSL | 215.74º | 0.84% | 0.44% | - |
| HSV(B) | 215.74º | 0.91% | 0.81% | - |
| XYZ | 15.39 | 12.59 | 60.01 | - |
| YUV | 84.04 | 196.82 | 80.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 94 | 206 | 0.91 | 0.54 | 0 | 0.19 | 215.74 | 0.84 | 0.44 |
| Hex | 12 | 5E | CE | 5B | 36 | 0 | 13 | D8 | 54 | 2C |
| Octal | 22 | 136 | 316 | 133 | 66 | 0 | 23 | 330 | 124 | 54 |
| Binary | 10010 | 1011110 | 11001110 | 1011011 | 110110 | 0 | 10011 | 11011000 | 1010100 | 101100 |
Color Harmonies of #125ECE
Complementary color
Monochromatic Colors of #125ECE
Black with #125ECE
Text Example
Text Example
White with #125ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125ECE; }
p { color: rgb(18,94,206); }
H1.HeaderClassName
{
color: #125ECE;
}
.AnyTagClassName
{
color: #125ECE;
}
</style>
background-color css
<style>
a { background-color: #125ECE; }
a { background-color: rgb(18,94,206); }
div.DivClassName
{
background-color: #125ECE;
}
.BgClassName
{
background-color: #125ECE;
}
</style>
border-color css
<style>
span { border-color: #125ECE; }
span { border-color: rgb(18,94,206); }
td.TdClassName
{
border-color: #125ECE;
}
.TagClassName
{
border-color: #125ECE;
}
</style>