Shades of Paua #190852
Tints of Paua #190852
RGB
CMYK
RGB Variations
Color information
#190852 (or 0x190852) is known color: Paua. HEX triplet: 19, 08 and 52. RGB value is (25,8,82). Sum of RGB (Red+Green+Blue) = 25+8+82=115 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.74% from 115); Green value is 8 (3.52% from 255 or 6.96% from 115); Blue value is 82 (32.42% from 255 or 71.30% from 115); Max value from RGB is 82 - color contains mainly: blue. Hex color #190852 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190852 is #E6F7AD. Grayscale: #151515. Windows color (decimal): -15136686 or 5376025. OLE color: 5376025.
HSL color Cylindrical-coordinate representation of color #190852: hue angle of 253.78º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #190852 is Cyan = 0.70, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 25 | 8 | 82 | - |
| CMYK | 0.70 | 0.90 | 0 | 0.68 |
| HSL | 253.78º | 0.82% | 0.18% | - |
| HSV(B) | 253.78º | 0.9% | 0.32% | - |
| XYZ | 2.01 | 0.99 | 8.07 | - |
| YUV | 21.52 | 162.13 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 8 | 82 | 0.70 | 0.90 | 0 | 0.68 | 253.78 | 0.82 | 0.18 |
| Hex | 19 | 8 | 52 | 46 | 5A | 0 | 44 | FE | 52 | 12 |
| Octal | 31 | 10 | 122 | 106 | 132 | 0 | 104 | 376 | 122 | 22 |
| Binary | 11001 | 1000 | 1010010 | 1000110 | 1011010 | 0 | 1000100 | 11111110 | 1010010 | 10010 |
Color Harmonies of #190852
Complementary color
Monochromatic Colors of #190852
Black with #190852
Text Example
Text Example
White with #190852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190852; }
p { color: rgb(25,8,82); }
H1.HeaderClassName
{
color: #190852;
}
.AnyTagClassName
{
color: #190852;
}
</style>
background-color css
<style>
a { background-color: #190852; }
a { background-color: rgb(25,8,82); }
div.DivClassName
{
background-color: #190852;
}
.BgClassName
{
background-color: #190852;
}
</style>
border-color css
<style>
span { border-color: #190852; }
span { border-color: rgb(25,8,82); }
td.TdClassName
{
border-color: #190852;
}
.TagClassName
{
border-color: #190852;
}
</style>