Shades of Paua #151552
Tints of Paua #151552
RGB
CMYK
RGB Variations
Color information
#151552 (or 0x151552) is known color: Paua. HEX triplet: 15, 15 and 52. RGB value is (21,21,82). Sum of RGB (Red+Green+Blue) = 21+21+82=124 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.94% from 124); Green value is 21 (8.59% from 255 or 16.94% from 124); Blue value is 82 (32.42% from 255 or 66.13% from 124); Max value from RGB is 82 - color contains mainly: blue. Hex color #151552 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #151552 is #EAEAAD. Grayscale: #1B1B1B. Windows color (decimal): -15395502 or 5379349. OLE color: 5379349.
HSL color Cylindrical-coordinate representation of color #151552: hue angle of 240º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #151552 is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 21 | 21 | 82 | - |
| CMYK | 0.74 | 0.74 | 0 | 0.68 |
| HSL | 240º | 0.59% | 0.2% | - |
| HSV(B) | 240º | 0.74% | 0.32% | - |
| XYZ | 2.1 | 1.3 | 8.12 | - |
| YUV | 27.95 | 158.5 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 21 | 82 | 0.74 | 0.74 | 0 | 0.68 | 240 | 0.59 | 0.2 |
| Hex | 15 | 15 | 52 | 4A | 4A | 0 | 44 | F0 | 3B | 14 |
| Octal | 25 | 25 | 122 | 112 | 112 | 0 | 104 | 360 | 73 | 24 |
| Binary | 10101 | 10101 | 1010010 | 1001010 | 1001010 | 0 | 1000100 | 11110000 | 111011 | 10100 |
Color Harmonies of #151552
Complementary color
Monochromatic Colors of #151552
Black with #151552
Text Example
Text Example
White with #151552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151552; }
p { color: rgb(21,21,82); }
H1.HeaderClassName
{
color: #151552;
}
.AnyTagClassName
{
color: #151552;
}
</style>
background-color css
<style>
a { background-color: #151552; }
a { background-color: rgb(21,21,82); }
div.DivClassName
{
background-color: #151552;
}
.BgClassName
{
background-color: #151552;
}
</style>
border-color css
<style>
span { border-color: #151552; }
span { border-color: rgb(21,21,82); }
td.TdClassName
{
border-color: #151552;
}
.TagClassName
{
border-color: #151552;
}
</style>