Shades of Christalle #25065B
Tints of Christalle #25065B
RGB
CMYK
RGB Variations
Color information
#25065B (or 0x25065B) is known color: Christalle. HEX triplet: 25, 06 and 5B. RGB value is (37,6,91). Sum of RGB (Red+Green+Blue) = 37+6+91=134 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.61% from 134); Green value is 6 (2.73% from 255 or 4.48% from 134); Blue value is 91 (35.94% from 255 or 67.91% from 134); Max value from RGB is 91 - color contains mainly: blue. Hex color #25065B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25065B is #DAF9A4. Grayscale: #181818. Windows color (decimal): -14350757 or 5965349. OLE color: 5965349.
HSL color Cylindrical-coordinate representation of color #25065B: hue angle of 261.88º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #25065B is Cyan = 0.59, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 37 | 6 | 91 | - |
| CMYK | 0.59 | 0.93 | 0 | 0.64 |
| HSL | 261.88º | 0.88% | 0.19% | - |
| HSV(B) | 261.88º | 0.93% | 0.36% | - |
| XYZ | 2.72 | 1.28 | 10 | - |
| YUV | 24.96 | 165.27 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 6 | 91 | 0.59 | 0.93 | 0 | 0.64 | 261.88 | 0.88 | 0.19 |
| Hex | 25 | 6 | 5B | 3B | 5D | 0 | 40 | 106 | 58 | 13 |
| Octal | 45 | 6 | 133 | 73 | 135 | 0 | 100 | 406 | 130 | 23 |
| Binary | 100101 | 110 | 1011011 | 111011 | 1011101 | 0 | 1000000 | 100000110 | 1011000 | 10011 |
Color Harmonies of #25065B
Complementary color
Monochromatic Colors of #25065B
Black with #25065B
Text Example
Text Example
White with #25065B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25065B; }
p { color: rgb(37,6,91); }
H1.HeaderClassName
{
color: #25065B;
}
.AnyTagClassName
{
color: #25065B;
}
</style>
background-color css
<style>
a { background-color: #25065B; }
a { background-color: rgb(37,6,91); }
div.DivClassName
{
background-color: #25065B;
}
.BgClassName
{
background-color: #25065B;
}
</style>
border-color css
<style>
span { border-color: #25065B; }
span { border-color: rgb(37,6,91); }
td.TdClassName
{
border-color: #25065B;
}
.TagClassName
{
border-color: #25065B;
}
</style>