Shades of Paua #25195D
Tints of Paua #25195D
RGB
CMYK
RGB Variations
Color information
#25195D (or 0x25195D) is known color: Paua. HEX triplet: 25, 19 and 5D. RGB value is (37,25,93). Sum of RGB (Red+Green+Blue) = 37+25+93=155 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.87% from 155); Green value is 25 (10.16% from 255 or 16.13% from 155); Blue value is 93 (36.72% from 255 or 60% from 155); Max value from RGB is 93 - color contains mainly: blue. Hex color #25195D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25195D is #DAE6A2. Grayscale: #242424. Windows color (decimal): -14345891 or 6101285. OLE color: 6101285.
HSL color Cylindrical-coordinate representation of color #25195D: hue angle of 250.59º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #25195D is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 37 | 25 | 93 | - |
| CMYK | 0.60 | 0.73 | 0 | 0.64 |
| HSL | 250.59º | 0.58% | 0.23% | - |
| HSV(B) | 250.59º | 0.73% | 0.36% | - |
| XYZ | 3.09 | 1.88 | 10.56 | - |
| YUV | 36.34 | 159.98 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 25 | 93 | 0.60 | 0.73 | 0 | 0.64 | 250.59 | 0.58 | 0.23 |
| Hex | 25 | 19 | 5D | 3C | 49 | 0 | 40 | FB | 3A | 17 |
| Octal | 45 | 31 | 135 | 74 | 111 | 0 | 100 | 373 | 72 | 27 |
| Binary | 100101 | 11001 | 1011101 | 111100 | 1001001 | 0 | 1000000 | 11111011 | 111010 | 10111 |
Color Harmonies of #25195D
Complementary color
Monochromatic Colors of #25195D
Black with #25195D
Text Example
Text Example
White with #25195D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25195D; }
p { color: rgb(37,25,93); }
H1.HeaderClassName
{
color: #25195D;
}
.AnyTagClassName
{
color: #25195D;
}
</style>
background-color css
<style>
a { background-color: #25195D; }
a { background-color: rgb(37,25,93); }
div.DivClassName
{
background-color: #25195D;
}
.BgClassName
{
background-color: #25195D;
}
</style>
border-color css
<style>
span { border-color: #25195D; }
span { border-color: rgb(37,25,93); }
td.TdClassName
{
border-color: #25195D;
}
.TagClassName
{
border-color: #25195D;
}
</style>