Shades of Paua #151450
Tints of Paua #151450
RGB
CMYK
RGB Variations
Color information
#151450 (or 0x151450) is known color: Paua. HEX triplet: 15, 14 and 50. RGB value is (21,20,80). Sum of RGB (Red+Green+Blue) = 21+20+80=121 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.36% from 121); Green value is 20 (8.20% from 255 or 16.53% from 121); Blue value is 80 (31.64% from 255 or 66.12% from 121); Max value from RGB is 80 - color contains mainly: blue. Hex color #151450 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #151450 is #EAEBAF. Grayscale: #1A1A1A. Windows color (decimal): -15395760 or 5248021. OLE color: 5248021.
HSL color Cylindrical-coordinate representation of color #151450: hue angle of 241º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #151450 is Cyan = 0.74, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 21 | 20 | 80 | - |
| CMYK | 0.74 | 0.75 | 0 | 0.69 |
| HSL | 241º | 0.6% | 0.2% | - |
| HSV(B) | 241º | 0.75% | 0.31% | - |
| XYZ | 2.01 | 1.24 | 7.72 | - |
| YUV | 27.14 | 157.83 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 20 | 80 | 0.74 | 0.75 | 0 | 0.69 | 241 | 0.6 | 0.2 |
| Hex | 15 | 14 | 50 | 4A | 4B | 0 | 45 | F1 | 3C | 14 |
| Octal | 25 | 24 | 120 | 112 | 113 | 0 | 105 | 361 | 74 | 24 |
| Binary | 10101 | 10100 | 1010000 | 1001010 | 1001011 | 0 | 1000101 | 11110001 | 111100 | 10100 |
Color Harmonies of #151450
Complementary color
Monochromatic Colors of #151450
Black with #151450
Text Example
Text Example
White with #151450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151450; }
p { color: rgb(21,20,80); }
H1.HeaderClassName
{
color: #151450;
}
.AnyTagClassName
{
color: #151450;
}
</style>
background-color css
<style>
a { background-color: #151450; }
a { background-color: rgb(21,20,80); }
div.DivClassName
{
background-color: #151450;
}
.BgClassName
{
background-color: #151450;
}
</style>
border-color css
<style>
span { border-color: #151450; }
span { border-color: rgb(21,20,80); }
td.TdClassName
{
border-color: #151450;
}
.TagClassName
{
border-color: #151450;
}
</style>