Shades of Paua #151045
Tints of Paua #151045
RGB
CMYK
RGB Variations
Color information
#151045 (or 0x151045) is known color: Paua. HEX triplet: 15, 10 and 45. RGB value is (21,16,69). Sum of RGB (Red+Green+Blue) = 21+16+69=106 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.81% from 106); Green value is 16 (6.64% from 255 or 15.09% from 106); Blue value is 69 (27.34% from 255 or 65.09% from 106); Max value from RGB is 69 - color contains mainly: blue. Hex color #151045 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151045 is #EAEFBA. Grayscale: #171717. Windows color (decimal): -15396795 or 4526101. OLE color: 4526101.
HSL color Cylindrical-coordinate representation of color #151045: hue angle of 245.66º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #151045 is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 21 | 16 | 69 | - |
| CMYK | 0.70 | 0.77 | 0 | 0.73 |
| HSL | 245.66º | 0.62% | 0.17% | - |
| HSV(B) | 245.66º | 0.77% | 0.27% | - |
| XYZ | 1.57 | 0.96 | 5.73 | - |
| YUV | 23.54 | 153.66 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 16 | 69 | 0.70 | 0.77 | 0 | 0.73 | 245.66 | 0.62 | 0.17 |
| Hex | 15 | 10 | 45 | 46 | 4D | 0 | 49 | F6 | 3E | 11 |
| Octal | 25 | 20 | 105 | 106 | 115 | 0 | 111 | 366 | 76 | 21 |
| Binary | 10101 | 10000 | 1000101 | 1000110 | 1001101 | 0 | 1001001 | 11110110 | 111110 | 10001 |
Color Harmonies of #151045
Complementary color
Monochromatic Colors of #151045
Black with #151045
Text Example
Text Example
White with #151045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151045; }
p { color: rgb(21,16,69); }
H1.HeaderClassName
{
color: #151045;
}
.AnyTagClassName
{
color: #151045;
}
</style>
background-color css
<style>
a { background-color: #151045; }
a { background-color: rgb(21,16,69); }
div.DivClassName
{
background-color: #151045;
}
.BgClassName
{
background-color: #151045;
}
</style>
border-color css
<style>
span { border-color: #151045; }
span { border-color: rgb(21,16,69); }
td.TdClassName
{
border-color: #151045;
}
.TagClassName
{
border-color: #151045;
}
</style>