Shades of Paua #151654
Tints of Paua #151654
RGB
CMYK
RGB Variations
Color information
#151654 (or 0x151654) is known color: Paua. HEX triplet: 15, 16 and 54. RGB value is (21,22,84). Sum of RGB (Red+Green+Blue) = 21+22+84=127 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.54% from 127); Green value is 22 (8.98% from 255 or 17.32% from 127); Blue value is 84 (33.20% from 255 or 66.14% from 127); Max value from RGB is 84 - color contains mainly: blue. Hex color #151654 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #151654 is #EAE9AB. Grayscale: #1C1C1C. Windows color (decimal): -15395244 or 5510677. OLE color: 5510677.
HSL color Cylindrical-coordinate representation of color #151654: hue angle of 239.05º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #151654 is Cyan = 0.75, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 22 | 84 | - |
| CMYK | 0.75 | 0.74 | 0 | 0.67 |
| HSL | 239.05º | 0.6% | 0.21% | - |
| HSV(B) | 239.05º | 0.75% | 0.33% | - |
| XYZ | 2.2 | 1.37 | 8.54 | - |
| YUV | 28.77 | 159.17 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 22 | 84 | 0.75 | 0.74 | 0 | 0.67 | 239.05 | 0.6 | 0.21 |
| Hex | 15 | 16 | 54 | 4B | 4A | 0 | 43 | EF | 3C | 15 |
| Octal | 25 | 26 | 124 | 113 | 112 | 0 | 103 | 357 | 74 | 25 |
| Binary | 10101 | 10110 | 1010100 | 1001011 | 1001010 | 0 | 1000011 | 11101111 | 111100 | 10101 |
Color Harmonies of #151654
Complementary color
Monochromatic Colors of #151654
Black with #151654
Text Example
Text Example
White with #151654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151654; }
p { color: rgb(21,22,84); }
H1.HeaderClassName
{
color: #151654;
}
.AnyTagClassName
{
color: #151654;
}
</style>
background-color css
<style>
a { background-color: #151654; }
a { background-color: rgb(21,22,84); }
div.DivClassName
{
background-color: #151654;
}
.BgClassName
{
background-color: #151654;
}
</style>
border-color css
<style>
span { border-color: #151654; }
span { border-color: rgb(21,22,84); }
td.TdClassName
{
border-color: #151654;
}
.TagClassName
{
border-color: #151654;
}
</style>