Shades of Paua #191853
Tints of Paua #191853
RGB
CMYK
RGB Variations
Color information
#191853 (or 0x191853) is known color: Paua. HEX triplet: 19, 18 and 53. RGB value is (25,24,83). Sum of RGB (Red+Green+Blue) = 25+24+83=132 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.94% from 132); Green value is 24 (9.77% from 255 or 18.18% from 132); Blue value is 83 (32.81% from 255 or 62.88% from 132); Max value from RGB is 83 - color contains mainly: blue. Hex color #191853 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #191853 is #E6E7AC. Grayscale: #1E1E1E. Windows color (decimal): -15132589 or 5445657. OLE color: 5445657.
HSL color Cylindrical-coordinate representation of color #191853: hue angle of 241.02º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #191853 is Cyan = 0.70, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 25 | 24 | 83 | - |
| CMYK | 0.70 | 0.71 | 0 | 0.67 |
| HSL | 241.02º | 0.55% | 0.21% | - |
| HSV(B) | 241.02º | 0.71% | 0.33% | - |
| XYZ | 2.29 | 1.48 | 8.35 | - |
| YUV | 31.03 | 157.33 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 24 | 83 | 0.70 | 0.71 | 0 | 0.67 | 241.02 | 0.55 | 0.21 |
| Hex | 19 | 18 | 53 | 46 | 47 | 0 | 43 | F1 | 37 | 15 |
| Octal | 31 | 30 | 123 | 106 | 107 | 0 | 103 | 361 | 67 | 25 |
| Binary | 11001 | 11000 | 1010011 | 1000110 | 1000111 | 0 | 1000011 | 11110001 | 110111 | 10101 |
Color Harmonies of #191853
Complementary color
Monochromatic Colors of #191853
Black with #191853
Text Example
Text Example
White with #191853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191853; }
p { color: rgb(25,24,83); }
H1.HeaderClassName
{
color: #191853;
}
.AnyTagClassName
{
color: #191853;
}
</style>
background-color css
<style>
a { background-color: #191853; }
a { background-color: rgb(25,24,83); }
div.DivClassName
{
background-color: #191853;
}
.BgClassName
{
background-color: #191853;
}
</style>
border-color css
<style>
span { border-color: #191853; }
span { border-color: rgb(25,24,83); }
td.TdClassName
{
border-color: #191853;
}
.TagClassName
{
border-color: #191853;
}
</style>