Shades of Paua #151451
Tints of Paua #151451
RGB
CMYK
RGB Variations
Color information
#151451 (or 0x151451) is known color: Paua. HEX triplet: 15, 14 and 51. RGB value is (21,20,81). Sum of RGB (Red+Green+Blue) = 21+20+81=122 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.21% from 122); Green value is 20 (8.20% from 255 or 16.39% from 122); Blue value is 81 (32.03% from 255 or 66.39% from 122); Max value from RGB is 81 - color contains mainly: blue. Hex color #151451 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #151451 is #EAEBAE. Grayscale: #1B1B1B. Windows color (decimal): -15395759 or 5313557. OLE color: 5313557.
HSL color Cylindrical-coordinate representation of color #151451: hue angle of 240.98º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #151451 is Cyan = 0.74, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 21 | 20 | 81 | - |
| CMYK | 0.74 | 0.75 | 0 | 0.68 |
| HSL | 240.98º | 0.6% | 0.2% | - |
| HSV(B) | 240.98º | 0.75% | 0.32% | - |
| XYZ | 2.04 | 1.25 | 7.92 | - |
| YUV | 27.25 | 158.33 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 20 | 81 | 0.74 | 0.75 | 0 | 0.68 | 240.98 | 0.6 | 0.2 |
| Hex | 15 | 14 | 51 | 4A | 4B | 0 | 44 | F1 | 3C | 14 |
| Octal | 25 | 24 | 121 | 112 | 113 | 0 | 104 | 361 | 74 | 24 |
| Binary | 10101 | 10100 | 1010001 | 1001010 | 1001011 | 0 | 1000100 | 11110001 | 111100 | 10100 |
Color Harmonies of #151451
Complementary color
Monochromatic Colors of #151451
Black with #151451
Text Example
Text Example
White with #151451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151451; }
p { color: rgb(21,20,81); }
H1.HeaderClassName
{
color: #151451;
}
.AnyTagClassName
{
color: #151451;
}
</style>
background-color css
<style>
a { background-color: #151451; }
a { background-color: rgb(21,20,81); }
div.DivClassName
{
background-color: #151451;
}
.BgClassName
{
background-color: #151451;
}
</style>
border-color css
<style>
span { border-color: #151451; }
span { border-color: rgb(21,20,81); }
td.TdClassName
{
border-color: #151451;
}
.TagClassName
{
border-color: #151451;
}
</style>