Shades of Paua #150D53
Tints of Paua #150D53
RGB
CMYK
RGB Variations
Color information
#150D53 (or 0x150D53) is known color: Paua. HEX triplet: 15, 0D and 53. RGB value is (21,13,83). Sum of RGB (Red+Green+Blue) = 21+13+83=117 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.95% from 117); Green value is 13 (5.47% from 255 or 11.11% from 117); Blue value is 83 (32.81% from 255 or 70.94% from 117); Max value from RGB is 83 - color contains mainly: blue. Hex color #150D53 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150D53 is #EAF2AC. Grayscale: #171717. Windows color (decimal): -15397549 or 5442837. OLE color: 5442837.
HSL color Cylindrical-coordinate representation of color #150D53: hue angle of 246.86º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #150D53 is Cyan = 0.75, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 13 | 83 | - |
| CMYK | 0.75 | 0.84 | 0 | 0.67 |
| HSL | 246.86º | 0.73% | 0.19% | - |
| HSV(B) | 246.86º | 0.84% | 0.33% | - |
| XYZ | 2.01 | 1.07 | 8.28 | - |
| YUV | 23.37 | 161.65 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 13 | 83 | 0.75 | 0.84 | 0 | 0.67 | 246.86 | 0.73 | 0.19 |
| Hex | 15 | D | 53 | 4B | 54 | 0 | 43 | F7 | 49 | 13 |
| Octal | 25 | 15 | 123 | 113 | 124 | 0 | 103 | 367 | 111 | 23 |
| Binary | 10101 | 1101 | 1010011 | 1001011 | 1010100 | 0 | 1000011 | 11110111 | 1001001 | 10011 |
Color Harmonies of #150D53
Complementary color
Monochromatic Colors of #150D53
Black with #150D53
Text Example
Text Example
White with #150D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150D53; }
p { color: rgb(21,13,83); }
H1.HeaderClassName
{
color: #150D53;
}
.AnyTagClassName
{
color: #150D53;
}
</style>
background-color css
<style>
a { background-color: #150D53; }
a { background-color: rgb(21,13,83); }
div.DivClassName
{
background-color: #150D53;
}
.BgClassName
{
background-color: #150D53;
}
</style>
border-color css
<style>
span { border-color: #150D53; }
span { border-color: rgb(21,13,83); }
td.TdClassName
{
border-color: #150D53;
}
.TagClassName
{
border-color: #150D53;
}
</style>