Shades of Paua #19164E
Tints of Paua #19164E
RGB
CMYK
RGB Variations
Color information
#19164E (or 0x19164E) is known color: Paua. HEX triplet: 19, 16 and 4E. RGB value is (25,22,78). Sum of RGB (Red+Green+Blue) = 25+22+78=125 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20% from 125); Green value is 22 (8.98% from 255 or 17.6% from 125); Blue value is 78 (30.86% from 255 or 62.4% from 125); Max value from RGB is 78 - color contains mainly: blue. Hex color #19164E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19164E is #E6E9B1. Grayscale: #1D1D1D. Windows color (decimal): -15133106 or 5117465. OLE color: 5117465.
HSL color Cylindrical-coordinate representation of color #19164E: hue angle of 243.21º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #19164E is Cyan = 0.68, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 22 | 78 | - |
| CMYK | 0.68 | 0.72 | 0 | 0.69 |
| HSL | 243.21º | 0.56% | 0.2% | - |
| HSV(B) | 243.21º | 0.72% | 0.31% | - |
| XYZ | 2.06 | 1.33 | 7.36 | - |
| YUV | 29.28 | 155.49 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 22 | 78 | 0.68 | 0.72 | 0 | 0.69 | 243.21 | 0.56 | 0.2 |
| Hex | 19 | 16 | 4E | 44 | 48 | 0 | 45 | F3 | 38 | 14 |
| Octal | 31 | 26 | 116 | 104 | 110 | 0 | 105 | 363 | 70 | 24 |
| Binary | 11001 | 10110 | 1001110 | 1000100 | 1001000 | 0 | 1000101 | 11110011 | 111000 | 10100 |
Color Harmonies of #19164E
Complementary color
Monochromatic Colors of #19164E
Black with #19164E
Text Example
Text Example
White with #19164E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19164E; }
p { color: rgb(25,22,78); }
H1.HeaderClassName
{
color: #19164E;
}
.AnyTagClassName
{
color: #19164E;
}
</style>
background-color css
<style>
a { background-color: #19164E; }
a { background-color: rgb(25,22,78); }
div.DivClassName
{
background-color: #19164E;
}
.BgClassName
{
background-color: #19164E;
}
</style>
border-color css
<style>
span { border-color: #19164E; }
span { border-color: rgb(25,22,78); }
td.TdClassName
{
border-color: #19164E;
}
.TagClassName
{
border-color: #19164E;
}
</style>