Shades of Paua #190853
Tints of Paua #190853
RGB
CMYK
RGB Variations
Color information
#190853 (or 0x190853) is known color: Paua. HEX triplet: 19, 08 and 53. RGB value is (25,8,83). Sum of RGB (Red+Green+Blue) = 25+8+83=116 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.55% from 116); Green value is 8 (3.52% from 255 or 6.90% from 116); Blue value is 83 (32.81% from 255 or 71.55% from 116); Max value from RGB is 83 - color contains mainly: blue. Hex color #190853 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190853 is #E6F7AC. Grayscale: #151515. Windows color (decimal): -15136685 or 5441561. OLE color: 5441561.
HSL color Cylindrical-coordinate representation of color #190853: hue angle of 253.6º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #190853 is Cyan = 0.70, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 25 | 8 | 83 | - |
| CMYK | 0.70 | 0.90 | 0 | 0.67 |
| HSL | 253.6º | 0.82% | 0.18% | - |
| HSV(B) | 253.6º | 0.9% | 0.33% | - |
| XYZ | 2.05 | 1 | 8.27 | - |
| YUV | 21.63 | 162.63 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 8 | 83 | 0.70 | 0.90 | 0 | 0.67 | 253.6 | 0.82 | 0.18 |
| Hex | 19 | 8 | 53 | 46 | 5A | 0 | 43 | FE | 52 | 12 |
| Octal | 31 | 10 | 123 | 106 | 132 | 0 | 103 | 376 | 122 | 22 |
| Binary | 11001 | 1000 | 1010011 | 1000110 | 1011010 | 0 | 1000011 | 11111110 | 1010010 | 10010 |
Color Harmonies of #190853
Complementary color
Monochromatic Colors of #190853
Black with #190853
Text Example
Text Example
White with #190853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190853; }
p { color: rgb(25,8,83); }
H1.HeaderClassName
{
color: #190853;
}
.AnyTagClassName
{
color: #190853;
}
</style>
background-color css
<style>
a { background-color: #190853; }
a { background-color: rgb(25,8,83); }
div.DivClassName
{
background-color: #190853;
}
.BgClassName
{
background-color: #190853;
}
</style>
border-color css
<style>
span { border-color: #190853; }
span { border-color: rgb(25,8,83); }
td.TdClassName
{
border-color: #190853;
}
.TagClassName
{
border-color: #190853;
}
</style>