Shades of Paua #191443
Tints of Paua #191443
RGB
CMYK
RGB Variations
Color information
#191443 (or 0x191443) is known color: Paua. HEX triplet: 19, 14 and 43. RGB value is (25,20,67). Sum of RGB (Red+Green+Blue) = 25+20+67=112 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.32% from 112); Green value is 20 (8.20% from 255 or 17.86% from 112); Blue value is 67 (26.56% from 255 or 59.82% from 112); Max value from RGB is 67 - color contains mainly: blue. Hex color #191443 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191443 is #E6EBBC. Grayscale: #1A1A1A. Windows color (decimal): -15133629 or 4396057. OLE color: 4396057.
HSL color Cylindrical-coordinate representation of color #191443: hue angle of 246.38º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #191443 is Cyan = 0.63, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 25 | 20 | 67 | - |
| CMYK | 0.63 | 0.70 | 0 | 0.74 |
| HSL | 246.38º | 0.54% | 0.17% | - |
| HSV(B) | 246.38º | 0.7% | 0.26% | - |
| XYZ | 1.66 | 1.11 | 5.44 | - |
| YUV | 26.85 | 150.66 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 20 | 67 | 0.63 | 0.70 | 0 | 0.74 | 246.38 | 0.54 | 0.17 |
| Hex | 19 | 14 | 43 | 3F | 46 | 0 | 4A | F6 | 36 | 11 |
| Octal | 31 | 24 | 103 | 77 | 106 | 0 | 112 | 366 | 66 | 21 |
| Binary | 11001 | 10100 | 1000011 | 111111 | 1000110 | 0 | 1001010 | 11110110 | 110110 | 10001 |
Color Harmonies of #191443
Complementary color
Monochromatic Colors of #191443
Black with #191443
Text Example
Text Example
White with #191443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191443; }
p { color: rgb(25,20,67); }
H1.HeaderClassName
{
color: #191443;
}
.AnyTagClassName
{
color: #191443;
}
</style>
background-color css
<style>
a { background-color: #191443; }
a { background-color: rgb(25,20,67); }
div.DivClassName
{
background-color: #191443;
}
.BgClassName
{
background-color: #191443;
}
</style>
border-color css
<style>
span { border-color: #191443; }
span { border-color: rgb(25,20,67); }
td.TdClassName
{
border-color: #191443;
}
.TagClassName
{
border-color: #191443;
}
</style>