Shades of Paua #191348
Tints of Paua #191348
RGB
CMYK
RGB Variations
Color information
#191348 (or 0x191348) is known color: Paua. HEX triplet: 19, 13 and 48. RGB value is (25,19,72). Sum of RGB (Red+Green+Blue) = 25+19+72=116 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.55% from 116); Green value is 19 (7.81% from 255 or 16.38% from 116); Blue value is 72 (28.52% from 255 or 62.07% from 116); Max value from RGB is 72 - color contains mainly: blue. Hex color #191348 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191348 is #E6ECB7. Grayscale: #1A1A1A. Windows color (decimal): -15133880 or 4723481. OLE color: 4723481.
HSL color Cylindrical-coordinate representation of color #191348: hue angle of 246.79º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #191348 is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 25 | 19 | 72 | - |
| CMYK | 0.65 | 0.74 | 0 | 0.72 |
| HSL | 246.79º | 0.58% | 0.18% | - |
| HSV(B) | 246.79º | 0.74% | 0.28% | - |
| XYZ | 1.8 | 1.14 | 6.26 | - |
| YUV | 26.84 | 153.49 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 19 | 72 | 0.65 | 0.74 | 0 | 0.72 | 246.79 | 0.58 | 0.18 |
| Hex | 19 | 13 | 48 | 41 | 4A | 0 | 48 | F7 | 3A | 12 |
| Octal | 31 | 23 | 110 | 101 | 112 | 0 | 110 | 367 | 72 | 22 |
| Binary | 11001 | 10011 | 1001000 | 1000001 | 1001010 | 0 | 1001000 | 11110111 | 111010 | 10010 |
Color Harmonies of #191348
Complementary color
Monochromatic Colors of #191348
Black with #191348
Text Example
Text Example
White with #191348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191348; }
p { color: rgb(25,19,72); }
H1.HeaderClassName
{
color: #191348;
}
.AnyTagClassName
{
color: #191348;
}
</style>
background-color css
<style>
a { background-color: #191348; }
a { background-color: rgb(25,19,72); }
div.DivClassName
{
background-color: #191348;
}
.BgClassName
{
background-color: #191348;
}
</style>
border-color css
<style>
span { border-color: #191348; }
span { border-color: rgb(25,19,72); }
td.TdClassName
{
border-color: #191348;
}
.TagClassName
{
border-color: #191348;
}
</style>