Shades of Paua #191A4B
Tints of Paua #191A4B
RGB
CMYK
RGB Variations
Color information
#191A4B (or 0x191A4B) is known color: Paua. HEX triplet: 19, 1A and 4B. RGB value is (25,26,75). Sum of RGB (Red+Green+Blue) = 25+26+75=126 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.84% from 126); Green value is 26 (10.55% from 255 or 20.63% from 126); Blue value is 75 (29.69% from 255 or 59.52% from 126); Max value from RGB is 75 - color contains mainly: blue. Hex color #191A4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191A4B is #E6E5B4. Grayscale: #1F1F1F. Windows color (decimal): -15132085 or 4921881. OLE color: 4921881.
HSL color Cylindrical-coordinate representation of color #191A4B: hue angle of 238.8º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #191A4B is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 26 | 75 | - |
| CMYK | 0.67 | 0.65 | 0 | 0.71 |
| HSL | 238.8º | 0.5% | 0.2% | - |
| HSV(B) | 238.8º | 0.67% | 0.29% | - |
| XYZ | 2.04 | 1.45 | 6.83 | - |
| YUV | 31.29 | 152.67 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 26 | 75 | 0.67 | 0.65 | 0 | 0.71 | 238.8 | 0.5 | 0.2 |
| Hex | 19 | 1A | 4B | 43 | 41 | 0 | 47 | EF | 32 | 14 |
| Octal | 31 | 32 | 113 | 103 | 101 | 0 | 107 | 357 | 62 | 24 |
| Binary | 11001 | 11010 | 1001011 | 1000011 | 1000001 | 0 | 1000111 | 11101111 | 110010 | 10100 |
Color Harmonies of #191A4B
Complementary color
Monochromatic Colors of #191A4B
Black with #191A4B
Text Example
Text Example
White with #191A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191A4B; }
p { color: rgb(25,26,75); }
H1.HeaderClassName
{
color: #191A4B;
}
.AnyTagClassName
{
color: #191A4B;
}
</style>
background-color css
<style>
a { background-color: #191A4B; }
a { background-color: rgb(25,26,75); }
div.DivClassName
{
background-color: #191A4B;
}
.BgClassName
{
background-color: #191A4B;
}
</style>
border-color css
<style>
span { border-color: #191A4B; }
span { border-color: rgb(25,26,75); }
td.TdClassName
{
border-color: #191A4B;
}
.TagClassName
{
border-color: #191A4B;
}
</style>