Shades of Paua #151449
Tints of Paua #151449
RGB
CMYK
RGB Variations
Color information
#151449 (or 0x151449) is known color: Paua. HEX triplet: 15, 14 and 49. RGB value is (21,20,73). Sum of RGB (Red+Green+Blue) = 21+20+73=114 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.42% from 114); Green value is 20 (8.20% from 255 or 17.54% from 114); Blue value is 73 (28.91% from 255 or 64.04% from 114); Max value from RGB is 73 - color contains mainly: blue. Hex color #151449 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151449 is #EAEBB6. Grayscale: #1A1A1A. Windows color (decimal): -15395767 or 4789269. OLE color: 4789269.
HSL color Cylindrical-coordinate representation of color #151449: hue angle of 241.13º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #151449 is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 21 | 20 | 73 | - |
| CMYK | 0.71 | 0.73 | 0 | 0.71 |
| HSL | 241.13º | 0.57% | 0.18% | - |
| HSV(B) | 241.13º | 0.73% | 0.29% | - |
| XYZ | 1.76 | 1.14 | 6.43 | - |
| YUV | 26.34 | 154.33 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 20 | 73 | 0.71 | 0.73 | 0 | 0.71 | 241.13 | 0.57 | 0.18 |
| Hex | 15 | 14 | 49 | 47 | 49 | 0 | 47 | F1 | 39 | 12 |
| Octal | 25 | 24 | 111 | 107 | 111 | 0 | 107 | 361 | 71 | 22 |
| Binary | 10101 | 10100 | 1001001 | 1000111 | 1001001 | 0 | 1000111 | 11110001 | 111001 | 10010 |
Color Harmonies of #151449
Complementary color
Monochromatic Colors of #151449
Black with #151449
Text Example
Text Example
White with #151449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151449; }
p { color: rgb(21,20,73); }
H1.HeaderClassName
{
color: #151449;
}
.AnyTagClassName
{
color: #151449;
}
</style>
background-color css
<style>
a { background-color: #151449; }
a { background-color: rgb(21,20,73); }
div.DivClassName
{
background-color: #151449;
}
.BgClassName
{
background-color: #151449;
}
</style>
border-color css
<style>
span { border-color: #151449; }
span { border-color: rgb(21,20,73); }
td.TdClassName
{
border-color: #151449;
}
.TagClassName
{
border-color: #151449;
}
</style>