Shades of Paua #190F4D
Tints of Paua #190F4D
RGB
CMYK
RGB Variations
Color information
#190F4D (or 0x190F4D) is known color: Paua. HEX triplet: 19, 0F and 4D. RGB value is (25,15,77). Sum of RGB (Red+Green+Blue) = 25+15+77=117 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.37% from 117); Green value is 15 (6.25% from 255 or 12.82% from 117); Blue value is 77 (30.47% from 255 or 65.81% from 117); Max value from RGB is 77 - color contains mainly: blue. Hex color #190F4D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190F4D is #E6F0B2. Grayscale: #181818. Windows color (decimal): -15134899 or 5050137. OLE color: 5050137.
HSL color Cylindrical-coordinate representation of color #190F4D: hue angle of 249.68º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #190F4D is Cyan = 0.68, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 15 | 77 | - |
| CMYK | 0.68 | 0.81 | 0 | 0.70 |
| HSL | 249.68º | 0.67% | 0.18% | - |
| HSV(B) | 249.68º | 0.81% | 0.3% | - |
| XYZ | 1.91 | 1.08 | 7.13 | - |
| YUV | 25.06 | 157.31 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 15 | 77 | 0.68 | 0.81 | 0 | 0.70 | 249.68 | 0.67 | 0.18 |
| Hex | 19 | F | 4D | 44 | 51 | 0 | 46 | FA | 43 | 12 |
| Octal | 31 | 17 | 115 | 104 | 121 | 0 | 106 | 372 | 103 | 22 |
| Binary | 11001 | 1111 | 1001101 | 1000100 | 1010001 | 0 | 1000110 | 11111010 | 1000011 | 10010 |
Color Harmonies of #190F4D
Complementary color
Monochromatic Colors of #190F4D
Black with #190F4D
Text Example
Text Example
White with #190F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190F4D; }
p { color: rgb(25,15,77); }
H1.HeaderClassName
{
color: #190F4D;
}
.AnyTagClassName
{
color: #190F4D;
}
</style>
background-color css
<style>
a { background-color: #190F4D; }
a { background-color: rgb(25,15,77); }
div.DivClassName
{
background-color: #190F4D;
}
.BgClassName
{
background-color: #190F4D;
}
</style>
border-color css
<style>
span { border-color: #190F4D; }
span { border-color: rgb(25,15,77); }
td.TdClassName
{
border-color: #190F4D;
}
.TagClassName
{
border-color: #190F4D;
}
</style>