Shades of Paua #190F52
Tints of Paua #190F52
RGB
CMYK
RGB Variations
Color information
#190F52 (or 0x190F52) is known color: Paua. HEX triplet: 19, 0F and 52. RGB value is (25,15,82). Sum of RGB (Red+Green+Blue) = 25+15+82=122 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.49% from 122); Green value is 15 (6.25% from 255 or 12.30% from 122); Blue value is 82 (32.42% from 255 or 67.21% from 122); Max value from RGB is 82 - color contains mainly: blue. Hex color #190F52 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190F52 is #E6F0AD. Grayscale: #191919. Windows color (decimal): -15134894 or 5377817. OLE color: 5377817.
HSL color Cylindrical-coordinate representation of color #190F52: hue angle of 248.96º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #190F52 is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 25 | 15 | 82 | - |
| CMYK | 0.70 | 0.82 | 0 | 0.68 |
| HSL | 248.96º | 0.69% | 0.19% | - |
| HSV(B) | 248.96º | 0.82% | 0.32% | - |
| XYZ | 2.09 | 1.16 | 8.1 | - |
| YUV | 25.63 | 159.81 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 15 | 82 | 0.70 | 0.82 | 0 | 0.68 | 248.96 | 0.69 | 0.19 |
| Hex | 19 | F | 52 | 46 | 52 | 0 | 44 | F9 | 45 | 13 |
| Octal | 31 | 17 | 122 | 106 | 122 | 0 | 104 | 371 | 105 | 23 |
| Binary | 11001 | 1111 | 1010010 | 1000110 | 1010010 | 0 | 1000100 | 11111001 | 1000101 | 10011 |
Color Harmonies of #190F52
Complementary color
Monochromatic Colors of #190F52
Black with #190F52
Text Example
Text Example
White with #190F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190F52; }
p { color: rgb(25,15,82); }
H1.HeaderClassName
{
color: #190F52;
}
.AnyTagClassName
{
color: #190F52;
}
</style>
background-color css
<style>
a { background-color: #190F52; }
a { background-color: rgb(25,15,82); }
div.DivClassName
{
background-color: #190F52;
}
.BgClassName
{
background-color: #190F52;
}
</style>
border-color css
<style>
span { border-color: #190F52; }
span { border-color: rgb(25,15,82); }
td.TdClassName
{
border-color: #190F52;
}
.TagClassName
{
border-color: #190F52;
}
</style>