Shades of Paua #25185B
Tints of Paua #25185B
RGB
CMYK
RGB Variations
Color information
#25185B (or 0x25185B) is known color: Paua. HEX triplet: 25, 18 and 5B. RGB value is (37,24,91). Sum of RGB (Red+Green+Blue) = 37+24+91=152 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.34% from 152); Green value is 24 (9.77% from 255 or 15.79% from 152); Blue value is 91 (35.94% from 255 or 59.87% from 152); Max value from RGB is 91 - color contains mainly: blue. Hex color #25185B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25185B is #DAE7A4. Grayscale: #232323. Windows color (decimal): -14346149 or 5969957. OLE color: 5969957.
HSL color Cylindrical-coordinate representation of color #25185B: hue angle of 251.64º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25185B is Cyan = 0.59, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 37 | 24 | 91 | - |
| CMYK | 0.59 | 0.74 | 0 | 0.64 |
| HSL | 251.64º | 0.58% | 0.23% | - |
| HSV(B) | 251.64º | 0.74% | 0.36% | - |
| XYZ | 2.98 | 1.8 | 10.09 | - |
| YUV | 35.53 | 159.31 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 24 | 91 | 0.59 | 0.74 | 0 | 0.64 | 251.64 | 0.58 | 0.23 |
| Hex | 25 | 18 | 5B | 3B | 4A | 0 | 40 | FC | 3A | 17 |
| Octal | 45 | 30 | 133 | 73 | 112 | 0 | 100 | 374 | 72 | 27 |
| Binary | 100101 | 11000 | 1011011 | 111011 | 1001010 | 0 | 1000000 | 11111100 | 111010 | 10111 |
Color Harmonies of #25185B
Complementary color
Monochromatic Colors of #25185B
Black with #25185B
Text Example
Text Example
White with #25185B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25185B; }
p { color: rgb(37,24,91); }
H1.HeaderClassName
{
color: #25185B;
}
.AnyTagClassName
{
color: #25185B;
}
</style>
background-color css
<style>
a { background-color: #25185B; }
a { background-color: rgb(37,24,91); }
div.DivClassName
{
background-color: #25185B;
}
.BgClassName
{
background-color: #25185B;
}
</style>
border-color css
<style>
span { border-color: #25185B; }
span { border-color: rgb(37,24,91); }
td.TdClassName
{
border-color: #25185B;
}
.TagClassName
{
border-color: #25185B;
}
</style>