Shades of Paua #150852
Tints of Paua #150852
RGB
CMYK
RGB Variations
Color information
#150852 (or 0x150852) is known color: Paua. HEX triplet: 15, 08 and 52. RGB value is (21,8,82). Sum of RGB (Red+Green+Blue) = 21+8+82=111 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.92% from 111); Green value is 8 (3.52% from 255 or 7.21% from 111); Blue value is 82 (32.42% from 255 or 73.87% from 111); Max value from RGB is 82 - color contains mainly: blue. Hex color #150852 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150852 is #EAF7AD. Grayscale: #141414. Windows color (decimal): -15398830 or 5376021. OLE color: 5376021.
HSL color Cylindrical-coordinate representation of color #150852: hue angle of 250.54º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #150852 is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 21 | 8 | 82 | - |
| CMYK | 0.74 | 0.90 | 0 | 0.68 |
| HSL | 250.54º | 0.82% | 0.18% | - |
| HSV(B) | 250.54º | 0.9% | 0.32% | - |
| XYZ | 1.92 | 0.94 | 8.06 | - |
| YUV | 20.32 | 162.81 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 8 | 82 | 0.74 | 0.90 | 0 | 0.68 | 250.54 | 0.82 | 0.18 |
| Hex | 15 | 8 | 52 | 4A | 5A | 0 | 44 | FB | 52 | 12 |
| Octal | 25 | 10 | 122 | 112 | 132 | 0 | 104 | 373 | 122 | 22 |
| Binary | 10101 | 1000 | 1010010 | 1001010 | 1011010 | 0 | 1000100 | 11111011 | 1010010 | 10010 |
Color Harmonies of #150852
Complementary color
Monochromatic Colors of #150852
Black with #150852
Text Example
Text Example
White with #150852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150852; }
p { color: rgb(21,8,82); }
H1.HeaderClassName
{
color: #150852;
}
.AnyTagClassName
{
color: #150852;
}
</style>
background-color css
<style>
a { background-color: #150852; }
a { background-color: rgb(21,8,82); }
div.DivClassName
{
background-color: #150852;
}
.BgClassName
{
background-color: #150852;
}
</style>
border-color css
<style>
span { border-color: #150852; }
span { border-color: rgb(21,8,82); }
td.TdClassName
{
border-color: #150852;
}
.TagClassName
{
border-color: #150852;
}
</style>