Shades of Paua #191B4B
Tints of Paua #191B4B
RGB
CMYK
RGB Variations
Color information
#191B4B (or 0x191B4B) is known color: Paua. HEX triplet: 19, 1B and 4B. RGB value is (25,27,75). Sum of RGB (Red+Green+Blue) = 25+27+75=127 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.69% from 127); Green value is 27 (10.94% from 255 or 21.26% from 127); Blue value is 75 (29.69% from 255 or 59.06% from 127); Max value from RGB is 75 - color contains mainly: blue. Hex color #191B4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191B4B is #E6E4B4. Grayscale: #1F1F1F. Windows color (decimal): -15131829 or 4922137. OLE color: 4922137.
HSL color Cylindrical-coordinate representation of color #191B4B: hue angle of 237.6º 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 #191B4B is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 27 | 75 | - |
| CMYK | 0.67 | 0.64 | 0 | 0.71 |
| HSL | 237.6º | 0.5% | 0.2% | - |
| HSV(B) | 237.6º | 0.67% | 0.29% | - |
| XYZ | 2.06 | 1.5 | 6.84 | - |
| YUV | 31.87 | 152.34 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 27 | 75 | 0.67 | 0.64 | 0 | 0.71 | 237.6 | 0.5 | 0.2 |
| Hex | 19 | 1B | 4B | 43 | 40 | 0 | 47 | EE | 32 | 14 |
| Octal | 31 | 33 | 113 | 103 | 100 | 0 | 107 | 356 | 62 | 24 |
| Binary | 11001 | 11011 | 1001011 | 1000011 | 1000000 | 0 | 1000111 | 11101110 | 110010 | 10100 |
Color Harmonies of #191B4B
Complementary color
Monochromatic Colors of #191B4B
Black with #191B4B
Text Example
Text Example
White with #191B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191B4B; }
p { color: rgb(25,27,75); }
H1.HeaderClassName
{
color: #191B4B;
}
.AnyTagClassName
{
color: #191B4B;
}
</style>
background-color css
<style>
a { background-color: #191B4B; }
a { background-color: rgb(25,27,75); }
div.DivClassName
{
background-color: #191B4B;
}
.BgClassName
{
background-color: #191B4B;
}
</style>
border-color css
<style>
span { border-color: #191B4B; }
span { border-color: rgb(25,27,75); }
td.TdClassName
{
border-color: #191B4B;
}
.TagClassName
{
border-color: #191B4B;
}
</style>