Shades of Paua #151554
Tints of Paua #151554
RGB
CMYK
RGB Variations
Color information
#151554 (or 0x151554) is known color: Paua. HEX triplet: 15, 15 and 54. RGB value is (21,21,84). Sum of RGB (Red+Green+Blue) = 21+21+84=126 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.67% from 126); Green value is 21 (8.59% from 255 or 16.67% from 126); Blue value is 84 (33.20% from 255 or 66.67% from 126); Max value from RGB is 84 - color contains mainly: blue. Hex color #151554 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #151554 is #EAEAAB. Grayscale: #1B1B1B. Windows color (decimal): -15395500 or 5510421. OLE color: 5510421.
HSL color Cylindrical-coordinate representation of color #151554: hue angle of 240º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #151554 is Cyan = 0.75, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 21 | 84 | - |
| CMYK | 0.75 | 0.75 | 0 | 0.67 |
| HSL | 240º | 0.6% | 0.21% | - |
| HSV(B) | 240º | 0.75% | 0.33% | - |
| XYZ | 2.18 | 1.34 | 8.53 | - |
| YUV | 28.18 | 159.5 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 21 | 84 | 0.75 | 0.75 | 0 | 0.67 | 240 | 0.6 | 0.21 |
| Hex | 15 | 15 | 54 | 4B | 4B | 0 | 43 | F0 | 3C | 15 |
| Octal | 25 | 25 | 124 | 113 | 113 | 0 | 103 | 360 | 74 | 25 |
| Binary | 10101 | 10101 | 1010100 | 1001011 | 1001011 | 0 | 1000011 | 11110000 | 111100 | 10101 |
Color Harmonies of #151554
Complementary color
Monochromatic Colors of #151554
Black with #151554
Text Example
Text Example
White with #151554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151554; }
p { color: rgb(21,21,84); }
H1.HeaderClassName
{
color: #151554;
}
.AnyTagClassName
{
color: #151554;
}
</style>
background-color css
<style>
a { background-color: #151554; }
a { background-color: rgb(21,21,84); }
div.DivClassName
{
background-color: #151554;
}
.BgClassName
{
background-color: #151554;
}
</style>
border-color css
<style>
span { border-color: #151554; }
span { border-color: rgb(21,21,84); }
td.TdClassName
{
border-color: #151554;
}
.TagClassName
{
border-color: #151554;
}
</style>