Shades of Paua #25195A
Tints of Paua #25195A
RGB
CMYK
RGB Variations
Color information
#25195A (or 0x25195A) is known color: Paua. HEX triplet: 25, 19 and 5A. RGB value is (37,25,90). Sum of RGB (Red+Green+Blue) = 37+25+90=152 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.34% from 152); Green value is 25 (10.16% from 255 or 16.45% from 152); Blue value is 90 (35.55% from 255 or 59.21% from 152); Max value from RGB is 90 - color contains mainly: blue. Hex color #25195A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25195A is #DAE6A5. Grayscale: #232323. Windows color (decimal): -14345894 or 5904677. OLE color: 5904677.
HSL color Cylindrical-coordinate representation of color #25195A: hue angle of 251.08º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #25195A is Cyan = 0.59, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 37 | 25 | 90 | - |
| CMYK | 0.59 | 0.72 | 0 | 0.65 |
| HSL | 251.08º | 0.57% | 0.23% | - |
| HSV(B) | 251.08º | 0.72% | 0.35% | - |
| XYZ | 2.96 | 1.83 | 9.87 | - |
| YUV | 36 | 158.48 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 25 | 90 | 0.59 | 0.72 | 0 | 0.65 | 251.08 | 0.57 | 0.23 |
| Hex | 25 | 19 | 5A | 3B | 48 | 0 | 41 | FB | 39 | 17 |
| Octal | 45 | 31 | 132 | 73 | 110 | 0 | 101 | 373 | 71 | 27 |
| Binary | 100101 | 11001 | 1011010 | 111011 | 1001000 | 0 | 1000001 | 11111011 | 111001 | 10111 |
Color Harmonies of #25195A
Complementary color
Monochromatic Colors of #25195A
Black with #25195A
Text Example
Text Example
White with #25195A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25195A; }
p { color: rgb(37,25,90); }
H1.HeaderClassName
{
color: #25195A;
}
.AnyTagClassName
{
color: #25195A;
}
</style>
background-color css
<style>
a { background-color: #25195A; }
a { background-color: rgb(37,25,90); }
div.DivClassName
{
background-color: #25195A;
}
.BgClassName
{
background-color: #25195A;
}
</style>
border-color css
<style>
span { border-color: #25195A; }
span { border-color: rgb(37,25,90); }
td.TdClassName
{
border-color: #25195A;
}
.TagClassName
{
border-color: #25195A;
}
</style>