Shades of Paua #150B53
Tints of Paua #150B53
RGB
CMYK
RGB Variations
Color information
#150B53 (or 0x150B53) is known color: Paua. HEX triplet: 15, 0B and 53. RGB value is (21,11,83). Sum of RGB (Red+Green+Blue) = 21+11+83=115 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.26% from 115); Green value is 11 (4.69% from 255 or 9.57% from 115); Blue value is 83 (32.81% from 255 or 72.17% from 115); Max value from RGB is 83 - color contains mainly: blue. Hex color #150B53 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150B53 is #EAF4AC. Grayscale: #151515. Windows color (decimal): -15398061 or 5442325. OLE color: 5442325.
HSL color Cylindrical-coordinate representation of color #150B53: hue angle of 248.33º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #150B53 is Cyan = 0.75, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 11 | 83 | - |
| CMYK | 0.75 | 0.87 | 0 | 0.67 |
| HSL | 248.33º | 0.77% | 0.18% | - |
| HSV(B) | 248.33º | 0.87% | 0.33% | - |
| XYZ | 1.99 | 1.02 | 8.28 | - |
| YUV | 22.2 | 162.31 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 11 | 83 | 0.75 | 0.87 | 0 | 0.67 | 248.33 | 0.77 | 0.18 |
| Hex | 15 | B | 53 | 4B | 57 | 0 | 43 | F8 | 4D | 12 |
| Octal | 25 | 13 | 123 | 113 | 127 | 0 | 103 | 370 | 115 | 22 |
| Binary | 10101 | 1011 | 1010011 | 1001011 | 1010111 | 0 | 1000011 | 11111000 | 1001101 | 10010 |
Color Harmonies of #150B53
Complementary color
Monochromatic Colors of #150B53
Black with #150B53
Text Example
Text Example
White with #150B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150B53; }
p { color: rgb(21,11,83); }
H1.HeaderClassName
{
color: #150B53;
}
.AnyTagClassName
{
color: #150B53;
}
</style>
background-color css
<style>
a { background-color: #150B53; }
a { background-color: rgb(21,11,83); }
div.DivClassName
{
background-color: #150B53;
}
.BgClassName
{
background-color: #150B53;
}
</style>
border-color css
<style>
span { border-color: #150B53; }
span { border-color: rgb(21,11,83); }
td.TdClassName
{
border-color: #150B53;
}
.TagClassName
{
border-color: #150B53;
}
</style>