Shades of Paua #190C4F
Tints of Paua #190C4F
RGB
CMYK
RGB Variations
Color information
#190C4F (or 0x190C4F) is known color: Paua. HEX triplet: 19, 0C and 4F. RGB value is (25,12,79). Sum of RGB (Red+Green+Blue) = 25+12+79=116 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.55% from 116); Green value is 12 (5.08% from 255 or 10.34% from 116); Blue value is 79 (31.25% from 255 or 68.10% from 116); Max value from RGB is 79 - color contains mainly: blue. Hex color #190C4F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190C4F is #E6F3B0. Grayscale: #171717. Windows color (decimal): -15135665 or 5180441. OLE color: 5180441.
HSL color Cylindrical-coordinate representation of color #190C4F: hue angle of 251.64º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #190C4F is Cyan = 0.68, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 12 | 79 | - |
| CMYK | 0.68 | 0.85 | 0 | 0.69 |
| HSL | 251.64º | 0.74% | 0.18% | - |
| HSV(B) | 251.64º | 0.85% | 0.31% | - |
| XYZ | 1.94 | 1.03 | 7.49 | - |
| YUV | 23.53 | 159.31 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 12 | 79 | 0.68 | 0.85 | 0 | 0.69 | 251.64 | 0.74 | 0.18 |
| Hex | 19 | C | 4F | 44 | 55 | 0 | 45 | FC | 4A | 12 |
| Octal | 31 | 14 | 117 | 104 | 125 | 0 | 105 | 374 | 112 | 22 |
| Binary | 11001 | 1100 | 1001111 | 1000100 | 1010101 | 0 | 1000101 | 11111100 | 1001010 | 10010 |
Color Harmonies of #190C4F
Complementary color
Monochromatic Colors of #190C4F
Black with #190C4F
Text Example
Text Example
White with #190C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190C4F; }
p { color: rgb(25,12,79); }
H1.HeaderClassName
{
color: #190C4F;
}
.AnyTagClassName
{
color: #190C4F;
}
</style>
background-color css
<style>
a { background-color: #190C4F; }
a { background-color: rgb(25,12,79); }
div.DivClassName
{
background-color: #190C4F;
}
.BgClassName
{
background-color: #190C4F;
}
</style>
border-color css
<style>
span { border-color: #190C4F; }
span { border-color: rgb(25,12,79); }
td.TdClassName
{
border-color: #190C4F;
}
.TagClassName
{
border-color: #190C4F;
}
</style>