Shades of Paua #150F52
Tints of Paua #150F52
RGB
CMYK
RGB Variations
Color information
#150F52 (or 0x150F52) is known color: Paua. HEX triplet: 15, 0F and 52. RGB value is (21,15,82). Sum of RGB (Red+Green+Blue) = 21+15+82=118 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.80% from 118); Green value is 15 (6.25% from 255 or 12.71% from 118); Blue value is 82 (32.42% from 255 or 69.49% from 118); Max value from RGB is 82 - color contains mainly: blue. Hex color #150F52 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150F52 is #EAF0AD. Grayscale: #181818. Windows color (decimal): -15397038 or 5377813. OLE color: 5377813.
HSL color Cylindrical-coordinate representation of color #150F52: hue angle of 245.37º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #150F52 is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 21 | 15 | 82 | - |
| CMYK | 0.74 | 0.82 | 0 | 0.68 |
| HSL | 245.37º | 0.69% | 0.19% | - |
| HSV(B) | 245.37º | 0.82% | 0.32% | - |
| XYZ | 2 | 1.11 | 8.09 | - |
| YUV | 24.43 | 160.49 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 15 | 82 | 0.74 | 0.82 | 0 | 0.68 | 245.37 | 0.69 | 0.19 |
| Hex | 15 | F | 52 | 4A | 52 | 0 | 44 | F5 | 45 | 13 |
| Octal | 25 | 17 | 122 | 112 | 122 | 0 | 104 | 365 | 105 | 23 |
| Binary | 10101 | 1111 | 1010010 | 1001010 | 1010010 | 0 | 1000100 | 11110101 | 1000101 | 10011 |
Color Harmonies of #150F52
Complementary color
Monochromatic Colors of #150F52
Black with #150F52
Text Example
Text Example
White with #150F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150F52; }
p { color: rgb(21,15,82); }
H1.HeaderClassName
{
color: #150F52;
}
.AnyTagClassName
{
color: #150F52;
}
</style>
background-color css
<style>
a { background-color: #150F52; }
a { background-color: rgb(21,15,82); }
div.DivClassName
{
background-color: #150F52;
}
.BgClassName
{
background-color: #150F52;
}
</style>
border-color css
<style>
span { border-color: #150F52; }
span { border-color: rgb(21,15,82); }
td.TdClassName
{
border-color: #150F52;
}
.TagClassName
{
border-color: #150F52;
}
</style>