Shades of Paua #150850
Tints of Paua #150850
RGB
CMYK
RGB Variations
Color information
#150850 (or 0x150850) is known color: Paua. HEX triplet: 15, 08 and 50. RGB value is (21,8,80). Sum of RGB (Red+Green+Blue) = 21+8+80=109 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.27% from 109); Green value is 8 (3.52% from 255 or 7.34% from 109); Blue value is 80 (31.64% from 255 or 73.39% from 109); Max value from RGB is 80 - color contains mainly: blue. Hex color #150850 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150850 is #EAF7AF. Grayscale: #131313. Windows color (decimal): -15398832 or 5244949. OLE color: 5244949.
HSL color Cylindrical-coordinate representation of color #150850: hue angle of 250.83º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #150850 is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 21 | 8 | 80 | - |
| CMYK | 0.74 | 0.90 | 0 | 0.69 |
| HSL | 250.83º | 0.82% | 0.17% | - |
| HSV(B) | 250.83º | 0.9% | 0.31% | - |
| XYZ | 1.84 | 0.91 | 7.67 | - |
| YUV | 20.1 | 161.81 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 8 | 80 | 0.74 | 0.90 | 0 | 0.69 | 250.83 | 0.82 | 0.17 |
| Hex | 15 | 8 | 50 | 4A | 5A | 0 | 45 | FB | 52 | 11 |
| Octal | 25 | 10 | 120 | 112 | 132 | 0 | 105 | 373 | 122 | 21 |
| Binary | 10101 | 1000 | 1010000 | 1001010 | 1011010 | 0 | 1000101 | 11111011 | 1010010 | 10001 |
Color Harmonies of #150850
Complementary color
Monochromatic Colors of #150850
Black with #150850
Text Example
Text Example
White with #150850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150850; }
p { color: rgb(21,8,80); }
H1.HeaderClassName
{
color: #150850;
}
.AnyTagClassName
{
color: #150850;
}
</style>
background-color css
<style>
a { background-color: #150850; }
a { background-color: rgb(21,8,80); }
div.DivClassName
{
background-color: #150850;
}
.BgClassName
{
background-color: #150850;
}
</style>
border-color css
<style>
span { border-color: #150850; }
span { border-color: rgb(21,8,80); }
td.TdClassName
{
border-color: #150850;
}
.TagClassName
{
border-color: #150850;
}
</style>