Shades of Paua #15154B
Tints of Paua #15154B
RGB
CMYK
RGB Variations
Color information
#15154B (or 0x15154B) is known color: Paua. HEX triplet: 15, 15 and 4B. RGB value is (21,21,75). Sum of RGB (Red+Green+Blue) = 21+21+75=117 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.95% from 117); Green value is 21 (8.59% from 255 or 17.95% from 117); Blue value is 75 (29.69% from 255 or 64.10% from 117); Max value from RGB is 75 - color contains mainly: blue. Hex color #15154B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15154B is #EAEAB4. Grayscale: #1A1A1A. Windows color (decimal): -15395509 or 4920597. OLE color: 4920597.
HSL color Cylindrical-coordinate representation of color #15154B: hue angle of 240º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #15154B is Cyan = 0.72, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 21 | 21 | 75 | - |
| CMYK | 0.72 | 0.72 | 0 | 0.71 |
| HSL | 240º | 0.56% | 0.19% | - |
| HSV(B) | 240º | 0.72% | 0.29% | - |
| XYZ | 1.85 | 1.2 | 6.79 | - |
| YUV | 27.16 | 155 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 21 | 75 | 0.72 | 0.72 | 0 | 0.71 | 240 | 0.56 | 0.19 |
| Hex | 15 | 15 | 4B | 48 | 48 | 0 | 47 | F0 | 38 | 13 |
| Octal | 25 | 25 | 113 | 110 | 110 | 0 | 107 | 360 | 70 | 23 |
| Binary | 10101 | 10101 | 1001011 | 1001000 | 1001000 | 0 | 1000111 | 11110000 | 111000 | 10011 |
Color Harmonies of #15154B
Complementary color
Monochromatic Colors of #15154B
Black with #15154B
Text Example
Text Example
White with #15154B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15154B; }
p { color: rgb(21,21,75); }
H1.HeaderClassName
{
color: #15154B;
}
.AnyTagClassName
{
color: #15154B;
}
</style>
background-color css
<style>
a { background-color: #15154B; }
a { background-color: rgb(21,21,75); }
div.DivClassName
{
background-color: #15154B;
}
.BgClassName
{
background-color: #15154B;
}
</style>
border-color css
<style>
span { border-color: #15154B; }
span { border-color: rgb(21,21,75); }
td.TdClassName
{
border-color: #15154B;
}
.TagClassName
{
border-color: #15154B;
}
</style>