Shades of Paua #19184D
Tints of Paua #19184D
RGB
CMYK
RGB Variations
Color information
#19184D (or 0x19184D) is known color: Paua. HEX triplet: 19, 18 and 4D. RGB value is (25,24,77). Sum of RGB (Red+Green+Blue) = 25+24+77=126 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.84% from 126); Green value is 24 (9.77% from 255 or 19.05% from 126); Blue value is 77 (30.47% from 255 or 61.11% from 126); Max value from RGB is 77 - color contains mainly: blue. Hex color #19184D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19184D is #E6E7B2. Grayscale: #1E1E1E. Windows color (decimal): -15132595 or 5052441. OLE color: 5052441.
HSL color Cylindrical-coordinate representation of color #19184D: hue angle of 241.13º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #19184D is Cyan = 0.68, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 24 | 77 | - |
| CMYK | 0.68 | 0.69 | 0 | 0.70 |
| HSL | 241.13º | 0.52% | 0.2% | - |
| HSV(B) | 241.13º | 0.69% | 0.3% | - |
| XYZ | 2.07 | 1.4 | 7.18 | - |
| YUV | 30.34 | 154.33 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 24 | 77 | 0.68 | 0.69 | 0 | 0.70 | 241.13 | 0.52 | 0.2 |
| Hex | 19 | 18 | 4D | 44 | 45 | 0 | 46 | F1 | 34 | 14 |
| Octal | 31 | 30 | 115 | 104 | 105 | 0 | 106 | 361 | 64 | 24 |
| Binary | 11001 | 11000 | 1001101 | 1000100 | 1000101 | 0 | 1000110 | 11110001 | 110100 | 10100 |
Color Harmonies of #19184D
Complementary color
Monochromatic Colors of #19184D
Black with #19184D
Text Example
Text Example
White with #19184D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19184D; }
p { color: rgb(25,24,77); }
H1.HeaderClassName
{
color: #19184D;
}
.AnyTagClassName
{
color: #19184D;
}
</style>
background-color css
<style>
a { background-color: #19184D; }
a { background-color: rgb(25,24,77); }
div.DivClassName
{
background-color: #19184D;
}
.BgClassName
{
background-color: #19184D;
}
</style>
border-color css
<style>
span { border-color: #19184D; }
span { border-color: rgb(25,24,77); }
td.TdClassName
{
border-color: #19184D;
}
.TagClassName
{
border-color: #19184D;
}
</style>