Shades of Paua #191053
Tints of Paua #191053
RGB
CMYK
RGB Variations
Color information
#191053 (or 0x191053) is known color: Paua. HEX triplet: 19, 10 and 53. RGB value is (25,16,83). Sum of RGB (Red+Green+Blue) = 25+16+83=124 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.16% from 124); Green value is 16 (6.64% from 255 or 12.90% from 124); Blue value is 83 (32.81% from 255 or 66.94% from 124); Max value from RGB is 83 - color contains mainly: blue. Hex color #191053 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #191053 is #E6EFAC. Grayscale: #1A1A1A. Windows color (decimal): -15134637 or 5443609. OLE color: 5443609.
HSL color Cylindrical-coordinate representation of color #191053: hue angle of 248.06º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #191053 is Cyan = 0.70, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 25 | 16 | 83 | - |
| CMYK | 0.70 | 0.81 | 0 | 0.67 |
| HSL | 248.06º | 0.68% | 0.19% | - |
| HSV(B) | 248.06º | 0.81% | 0.33% | - |
| XYZ | 2.15 | 1.2 | 8.3 | - |
| YUV | 26.33 | 159.98 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 16 | 83 | 0.70 | 0.81 | 0 | 0.67 | 248.06 | 0.68 | 0.19 |
| Hex | 19 | 10 | 53 | 46 | 51 | 0 | 43 | F8 | 44 | 13 |
| Octal | 31 | 20 | 123 | 106 | 121 | 0 | 103 | 370 | 104 | 23 |
| Binary | 11001 | 10000 | 1010011 | 1000110 | 1010001 | 0 | 1000011 | 11111000 | 1000100 | 10011 |
Color Harmonies of #191053
Complementary color
Monochromatic Colors of #191053
Black with #191053
Text Example
Text Example
White with #191053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191053; }
p { color: rgb(25,16,83); }
H1.HeaderClassName
{
color: #191053;
}
.AnyTagClassName
{
color: #191053;
}
</style>
background-color css
<style>
a { background-color: #191053; }
a { background-color: rgb(25,16,83); }
div.DivClassName
{
background-color: #191053;
}
.BgClassName
{
background-color: #191053;
}
</style>
border-color css
<style>
span { border-color: #191053; }
span { border-color: rgb(25,16,83); }
td.TdClassName
{
border-color: #191053;
}
.TagClassName
{
border-color: #191053;
}
</style>