Shades of Paua #150C53
Tints of Paua #150C53
RGB
CMYK
RGB Variations
Color information
#150C53 (or 0x150C53) is known color: Paua. HEX triplet: 15, 0C and 53. RGB value is (21,12,83). Sum of RGB (Red+Green+Blue) = 21+12+83=116 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.10% from 116); Green value is 12 (5.08% from 255 or 10.34% from 116); Blue value is 83 (32.81% from 255 or 71.55% from 116); Max value from RGB is 83 - color contains mainly: blue. Hex color #150C53 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150C53 is #EAF3AC. Grayscale: #161616. Windows color (decimal): -15397805 or 5442581. OLE color: 5442581.
HSL color Cylindrical-coordinate representation of color #150C53: hue angle of 247.61º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #150C53 is Cyan = 0.75, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 12 | 83 | - |
| CMYK | 0.75 | 0.86 | 0 | 0.67 |
| HSL | 247.61º | 0.75% | 0.19% | - |
| HSV(B) | 247.61º | 0.86% | 0.33% | - |
| XYZ | 2 | 1.05 | 8.28 | - |
| YUV | 22.79 | 161.98 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 12 | 83 | 0.75 | 0.86 | 0 | 0.67 | 247.61 | 0.75 | 0.19 |
| Hex | 15 | C | 53 | 4B | 56 | 0 | 43 | F8 | 4B | 13 |
| Octal | 25 | 14 | 123 | 113 | 126 | 0 | 103 | 370 | 113 | 23 |
| Binary | 10101 | 1100 | 1010011 | 1001011 | 1010110 | 0 | 1000011 | 11111000 | 1001011 | 10011 |
Color Harmonies of #150C53
Complementary color
Monochromatic Colors of #150C53
Black with #150C53
Text Example
Text Example
White with #150C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150C53; }
p { color: rgb(21,12,83); }
H1.HeaderClassName
{
color: #150C53;
}
.AnyTagClassName
{
color: #150C53;
}
</style>
background-color css
<style>
a { background-color: #150C53; }
a { background-color: rgb(21,12,83); }
div.DivClassName
{
background-color: #150C53;
}
.BgClassName
{
background-color: #150C53;
}
</style>
border-color css
<style>
span { border-color: #150C53; }
span { border-color: rgb(21,12,83); }
td.TdClassName
{
border-color: #150C53;
}
.TagClassName
{
border-color: #150C53;
}
</style>