Shades of Paua #190C4D
Tints of Paua #190C4D
RGB
CMYK
RGB Variations
Color information
#190C4D (or 0x190C4D) is known color: Paua. HEX triplet: 19, 0C and 4D. RGB value is (25,12,77). Sum of RGB (Red+Green+Blue) = 25+12+77=114 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.93% from 114); Green value is 12 (5.08% from 255 or 10.53% from 114); Blue value is 77 (30.47% from 255 or 67.54% from 114); Max value from RGB is 77 - color contains mainly: blue. Hex color #190C4D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190C4D is #E6F3B2. Grayscale: #171717. Windows color (decimal): -15135667 or 5049369. OLE color: 5049369.
HSL color Cylindrical-coordinate representation of color #190C4D: hue angle of 252º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #190C4D is Cyan = 0.68, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 12 | 77 | - |
| CMYK | 0.68 | 0.84 | 0 | 0.70 |
| HSL | 252º | 0.73% | 0.17% | - |
| HSV(B) | 252º | 0.84% | 0.3% | - |
| XYZ | 1.87 | 1.01 | 7.12 | - |
| YUV | 23.3 | 158.31 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 12 | 77 | 0.68 | 0.84 | 0 | 0.70 | 252 | 0.73 | 0.17 |
| Hex | 19 | C | 4D | 44 | 54 | 0 | 46 | FC | 49 | 11 |
| Octal | 31 | 14 | 115 | 104 | 124 | 0 | 106 | 374 | 111 | 21 |
| Binary | 11001 | 1100 | 1001101 | 1000100 | 1010100 | 0 | 1000110 | 11111100 | 1001001 | 10001 |
Color Harmonies of #190C4D
Complementary color
Monochromatic Colors of #190C4D
Black with #190C4D
Text Example
Text Example
White with #190C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190C4D; }
p { color: rgb(25,12,77); }
H1.HeaderClassName
{
color: #190C4D;
}
.AnyTagClassName
{
color: #190C4D;
}
</style>
background-color css
<style>
a { background-color: #190C4D; }
a { background-color: rgb(25,12,77); }
div.DivClassName
{
background-color: #190C4D;
}
.BgClassName
{
background-color: #190C4D;
}
</style>
border-color css
<style>
span { border-color: #190C4D; }
span { border-color: rgb(25,12,77); }
td.TdClassName
{
border-color: #190C4D;
}
.TagClassName
{
border-color: #190C4D;
}
</style>