Shades of Paua #151148
Tints of Paua #151148
RGB
CMYK
RGB Variations
Color information
#151148 (or 0x151148) is known color: Paua. HEX triplet: 15, 11 and 48. RGB value is (21,17,72). Sum of RGB (Red+Green+Blue) = 21+17+72=110 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.09% from 110); Green value is 17 (7.03% from 255 or 15.45% from 110); Blue value is 72 (28.52% from 255 or 65.45% from 110); Max value from RGB is 72 - color contains mainly: blue. Hex color #151148 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151148 is #EAEEB7. Grayscale: #181818. Windows color (decimal): -15396536 or 4722965. OLE color: 4722965.
HSL color Cylindrical-coordinate representation of color #151148: hue angle of 244.36º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #151148 is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 21 | 17 | 72 | - |
| CMYK | 0.71 | 0.76 | 0 | 0.72 |
| HSL | 244.36º | 0.62% | 0.17% | - |
| HSV(B) | 244.36º | 0.76% | 0.28% | - |
| XYZ | 1.68 | 1.03 | 6.24 | - |
| YUV | 24.47 | 154.83 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 17 | 72 | 0.71 | 0.76 | 0 | 0.72 | 244.36 | 0.62 | 0.17 |
| Hex | 15 | 11 | 48 | 47 | 4C | 0 | 48 | F4 | 3E | 11 |
| Octal | 25 | 21 | 110 | 107 | 114 | 0 | 110 | 364 | 76 | 21 |
| Binary | 10101 | 10001 | 1001000 | 1000111 | 1001100 | 0 | 1001000 | 11110100 | 111110 | 10001 |
Color Harmonies of #151148
Complementary color
Monochromatic Colors of #151148
Black with #151148
Text Example
Text Example
White with #151148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151148; }
p { color: rgb(21,17,72); }
H1.HeaderClassName
{
color: #151148;
}
.AnyTagClassName
{
color: #151148;
}
</style>
background-color css
<style>
a { background-color: #151148; }
a { background-color: rgb(21,17,72); }
div.DivClassName
{
background-color: #151148;
}
.BgClassName
{
background-color: #151148;
}
</style>
border-color css
<style>
span { border-color: #151148; }
span { border-color: rgb(21,17,72); }
td.TdClassName
{
border-color: #151148;
}
.TagClassName
{
border-color: #151148;
}
</style>