Shades of Paua #191440
Tints of Paua #191440
RGB
CMYK
RGB Variations
Color information
#191440 (or 0x191440) is known color: Paua. HEX triplet: 19, 14 and 40. RGB value is (25,20,64). Sum of RGB (Red+Green+Blue) = 25+20+64=109 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.94% from 109); Green value is 20 (8.20% from 255 or 18.35% from 109); Blue value is 64 (25.39% from 255 or 58.72% from 109); Max value from RGB is 64 - color contains mainly: blue. Hex color #191440 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191440 is #E6EBBF. Grayscale: #1A1A1A. Windows color (decimal): -15133632 or 4199449. OLE color: 4199449.
HSL color Cylindrical-coordinate representation of color #191440: hue angle of 246.82º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #191440 is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 25 | 20 | 64 | - |
| CMYK | 0.61 | 0.69 | 0 | 0.75 |
| HSL | 246.82º | 0.52% | 0.16% | - |
| HSV(B) | 246.82º | 0.69% | 0.25% | - |
| XYZ | 1.58 | 1.08 | 4.98 | - |
| YUV | 26.51 | 149.16 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 20 | 64 | 0.61 | 0.69 | 0 | 0.75 | 246.82 | 0.52 | 0.16 |
| Hex | 19 | 14 | 40 | 3D | 45 | 0 | 4B | F7 | 34 | 10 |
| Octal | 31 | 24 | 100 | 75 | 105 | 0 | 113 | 367 | 64 | 20 |
| Binary | 11001 | 10100 | 1000000 | 111101 | 1000101 | 0 | 1001011 | 11110111 | 110100 | 10000 |
Color Harmonies of #191440
Complementary color
Monochromatic Colors of #191440
Black with #191440
Text Example
Text Example
White with #191440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191440; }
p { color: rgb(25,20,64); }
H1.HeaderClassName
{
color: #191440;
}
.AnyTagClassName
{
color: #191440;
}
</style>
background-color css
<style>
a { background-color: #191440; }
a { background-color: rgb(25,20,64); }
div.DivClassName
{
background-color: #191440;
}
.BgClassName
{
background-color: #191440;
}
</style>
border-color css
<style>
span { border-color: #191440; }
span { border-color: rgb(25,20,64); }
td.TdClassName
{
border-color: #191440;
}
.TagClassName
{
border-color: #191440;
}
</style>