Shades of Paua #150753
Tints of Paua #150753
RGB
CMYK
RGB Variations
Color information
#150753 (or 0x150753) is known color: Paua. HEX triplet: 15, 07 and 53. RGB value is (21,7,83). Sum of RGB (Red+Green+Blue) = 21+7+83=111 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.92% from 111); Green value is 7 (3.12% from 255 or 6.31% from 111); Blue value is 83 (32.81% from 255 or 74.77% from 111); Max value from RGB is 83 - color contains mainly: blue. Hex color #150753 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150753 is #EAF8AC. Grayscale: #131313. Windows color (decimal): -15399085 or 5441301. OLE color: 5441301.
HSL color Cylindrical-coordinate representation of color #150753: hue angle of 251.05º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #150753 is Cyan = 0.75, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 7 | 83 | - |
| CMYK | 0.75 | 0.92 | 0 | 0.67 |
| HSL | 251.05º | 0.84% | 0.18% | - |
| HSV(B) | 251.05º | 0.92% | 0.33% | - |
| XYZ | 1.95 | 0.94 | 8.26 | - |
| YUV | 19.85 | 163.64 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 7 | 83 | 0.75 | 0.92 | 0 | 0.67 | 251.05 | 0.84 | 0.18 |
| Hex | 15 | 7 | 53 | 4B | 5C | 0 | 43 | FB | 54 | 12 |
| Octal | 25 | 7 | 123 | 113 | 134 | 0 | 103 | 373 | 124 | 22 |
| Binary | 10101 | 111 | 1010011 | 1001011 | 1011100 | 0 | 1000011 | 11111011 | 1010100 | 10010 |
Color Harmonies of #150753
Complementary color
Monochromatic Colors of #150753
Black with #150753
Text Example
Text Example
White with #150753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150753; }
p { color: rgb(21,7,83); }
H1.HeaderClassName
{
color: #150753;
}
.AnyTagClassName
{
color: #150753;
}
</style>
background-color css
<style>
a { background-color: #150753; }
a { background-color: rgb(21,7,83); }
div.DivClassName
{
background-color: #150753;
}
.BgClassName
{
background-color: #150753;
}
</style>
border-color css
<style>
span { border-color: #150753; }
span { border-color: rgb(21,7,83); }
td.TdClassName
{
border-color: #150753;
}
.TagClassName
{
border-color: #150753;
}
</style>