Shades of Paua #191A4F
Tints of Paua #191A4F
RGB
CMYK
RGB Variations
Color information
#191A4F (or 0x191A4F) is known color: Paua. HEX triplet: 19, 1A and 4F. RGB value is (25,26,79). Sum of RGB (Red+Green+Blue) = 25+26+79=130 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.23% from 130); Green value is 26 (10.55% from 255 or 20% from 130); Blue value is 79 (31.25% from 255 or 60.77% from 130); Max value from RGB is 79 - color contains mainly: blue. Hex color #191A4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #191A4F is #E6E5B0. Grayscale: #1F1F1F. Windows color (decimal): -15132081 or 5184025. OLE color: 5184025.
HSL color Cylindrical-coordinate representation of color #191A4F: hue angle of 238.89º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #191A4F is Cyan = 0.68, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 26 | 79 | - |
| CMYK | 0.68 | 0.67 | 0 | 0.69 |
| HSL | 238.89º | 0.52% | 0.2% | - |
| HSV(B) | 238.89º | 0.68% | 0.31% | - |
| XYZ | 2.18 | 1.51 | 7.57 | - |
| YUV | 31.74 | 154.67 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 26 | 79 | 0.68 | 0.67 | 0 | 0.69 | 238.89 | 0.52 | 0.2 |
| Hex | 19 | 1A | 4F | 44 | 43 | 0 | 45 | EF | 34 | 14 |
| Octal | 31 | 32 | 117 | 104 | 103 | 0 | 105 | 357 | 64 | 24 |
| Binary | 11001 | 11010 | 1001111 | 1000100 | 1000011 | 0 | 1000101 | 11101111 | 110100 | 10100 |
Color Harmonies of #191A4F
Complementary color
Monochromatic Colors of #191A4F
Black with #191A4F
Text Example
Text Example
White with #191A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191A4F; }
p { color: rgb(25,26,79); }
H1.HeaderClassName
{
color: #191A4F;
}
.AnyTagClassName
{
color: #191A4F;
}
</style>
background-color css
<style>
a { background-color: #191A4F; }
a { background-color: rgb(25,26,79); }
div.DivClassName
{
background-color: #191A4F;
}
.BgClassName
{
background-color: #191A4F;
}
</style>
border-color css
<style>
span { border-color: #191A4F; }
span { border-color: rgb(25,26,79); }
td.TdClassName
{
border-color: #191A4F;
}
.TagClassName
{
border-color: #191A4F;
}
</style>