Shades of Paua #151246
Tints of Paua #151246
RGB
CMYK
RGB Variations
Color information
#151246 (or 0x151246) is known color: Paua. HEX triplet: 15, 12 and 46. RGB value is (21,18,70). Sum of RGB (Red+Green+Blue) = 21+18+70=109 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.27% from 109); Green value is 18 (7.42% from 255 or 16.51% from 109); Blue value is 70 (27.73% from 255 or 64.22% from 109); Max value from RGB is 70 - color contains mainly: blue. Hex color #151246 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151246 is #EAEDB9. Grayscale: #181818. Windows color (decimal): -15396282 or 4592149. OLE color: 4592149.
HSL color Cylindrical-coordinate representation of color #151246: hue angle of 243.46º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #151246 is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 21 | 18 | 70 | - |
| CMYK | 0.70 | 0.74 | 0 | 0.73 |
| HSL | 243.46º | 0.59% | 0.17% | - |
| HSV(B) | 243.46º | 0.74% | 0.27% | - |
| XYZ | 1.63 | 1.03 | 5.91 | - |
| YUV | 24.83 | 153.49 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 18 | 70 | 0.70 | 0.74 | 0 | 0.73 | 243.46 | 0.59 | 0.17 |
| Hex | 15 | 12 | 46 | 46 | 4A | 0 | 49 | F3 | 3B | 11 |
| Octal | 25 | 22 | 106 | 106 | 112 | 0 | 111 | 363 | 73 | 21 |
| Binary | 10101 | 10010 | 1000110 | 1000110 | 1001010 | 0 | 1001001 | 11110011 | 111011 | 10001 |
Color Harmonies of #151246
Complementary color
Monochromatic Colors of #151246
Black with #151246
Text Example
Text Example
White with #151246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151246; }
p { color: rgb(21,18,70); }
H1.HeaderClassName
{
color: #151246;
}
.AnyTagClassName
{
color: #151246;
}
</style>
background-color css
<style>
a { background-color: #151246; }
a { background-color: rgb(21,18,70); }
div.DivClassName
{
background-color: #151246;
}
.BgClassName
{
background-color: #151246;
}
</style>
border-color css
<style>
span { border-color: #151246; }
span { border-color: rgb(21,18,70); }
td.TdClassName
{
border-color: #151246;
}
.TagClassName
{
border-color: #151246;
}
</style>