Shades of Paua #151445
Tints of Paua #151445
RGB
CMYK
RGB Variations
Color information
#151445 (or 0x151445) is known color: Paua. HEX triplet: 15, 14 and 45. RGB value is (21,20,69). Sum of RGB (Red+Green+Blue) = 21+20+69=110 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.09% from 110); Green value is 20 (8.20% from 255 or 18.18% from 110); Blue value is 69 (27.34% from 255 or 62.73% from 110); Max value from RGB is 69 - color contains mainly: blue. Hex color #151445 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151445 is #EAEBBA. Grayscale: #191919. Windows color (decimal): -15395771 or 4527125. OLE color: 4527125.
HSL color Cylindrical-coordinate representation of color #151445: hue angle of 241.22º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #151445 is Cyan = 0.70, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 21 | 20 | 69 | - |
| CMYK | 0.70 | 0.71 | 0 | 0.73 |
| HSL | 241.22º | 0.55% | 0.17% | - |
| HSV(B) | 241.22º | 0.71% | 0.27% | - |
| XYZ | 1.63 | 1.09 | 5.75 | - |
| YUV | 25.89 | 152.33 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 20 | 69 | 0.70 | 0.71 | 0 | 0.73 | 241.22 | 0.55 | 0.17 |
| Hex | 15 | 14 | 45 | 46 | 47 | 0 | 49 | F1 | 37 | 11 |
| Octal | 25 | 24 | 105 | 106 | 107 | 0 | 111 | 361 | 67 | 21 |
| Binary | 10101 | 10100 | 1000101 | 1000110 | 1000111 | 0 | 1001001 | 11110001 | 110111 | 10001 |
Color Harmonies of #151445
Complementary color
Monochromatic Colors of #151445
Black with #151445
Text Example
Text Example
White with #151445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151445; }
p { color: rgb(21,20,69); }
H1.HeaderClassName
{
color: #151445;
}
.AnyTagClassName
{
color: #151445;
}
</style>
background-color css
<style>
a { background-color: #151445; }
a { background-color: rgb(21,20,69); }
div.DivClassName
{
background-color: #151445;
}
.BgClassName
{
background-color: #151445;
}
</style>
border-color css
<style>
span { border-color: #151445; }
span { border-color: rgb(21,20,69); }
td.TdClassName
{
border-color: #151445;
}
.TagClassName
{
border-color: #151445;
}
</style>