Shades of Paua #191954
Tints of Paua #191954
RGB
CMYK
RGB Variations
Color information
#191954 (or 0x191954) is known color: Paua. HEX triplet: 19, 19 and 54. RGB value is (25,25,84). Sum of RGB (Red+Green+Blue) = 25+25+84=134 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.66% from 134); Green value is 25 (10.16% from 255 or 18.66% from 134); Blue value is 84 (33.20% from 255 or 62.69% from 134); Max value from RGB is 84 - color contains mainly: blue. Hex color #191954 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #191954 is #E6E6AB. Grayscale: #1F1F1F. Windows color (decimal): -15132332 or 5511449. OLE color: 5511449.
HSL color Cylindrical-coordinate representation of color #191954: hue angle of 240º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #191954 is Cyan = 0.70, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 25 | 25 | 84 | - |
| CMYK | 0.70 | 0.70 | 0 | 0.67 |
| HSL | 240º | 0.54% | 0.21% | - |
| HSV(B) | 240º | 0.7% | 0.33% | - |
| XYZ | 2.35 | 1.54 | 8.56 | - |
| YUV | 31.73 | 157.5 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 25 | 84 | 0.70 | 0.70 | 0 | 0.67 | 240 | 0.54 | 0.21 |
| Hex | 19 | 19 | 54 | 46 | 46 | 0 | 43 | F0 | 36 | 15 |
| Octal | 31 | 31 | 124 | 106 | 106 | 0 | 103 | 360 | 66 | 25 |
| Binary | 11001 | 11001 | 1010100 | 1000110 | 1000110 | 0 | 1000011 | 11110000 | 110110 | 10101 |
Color Harmonies of #191954
Complementary color
Monochromatic Colors of #191954
Black with #191954
Text Example
Text Example
White with #191954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191954; }
p { color: rgb(25,25,84); }
H1.HeaderClassName
{
color: #191954;
}
.AnyTagClassName
{
color: #191954;
}
</style>
background-color css
<style>
a { background-color: #191954; }
a { background-color: rgb(25,25,84); }
div.DivClassName
{
background-color: #191954;
}
.BgClassName
{
background-color: #191954;
}
</style>
border-color css
<style>
span { border-color: #191954; }
span { border-color: rgb(25,25,84); }
td.TdClassName
{
border-color: #191954;
}
.TagClassName
{
border-color: #191954;
}
</style>