Shades of Paua #15154C
Tints of Paua #15154C
RGB
CMYK
RGB Variations
Color information
#15154C (or 0x15154C) is known color: Paua. HEX triplet: 15, 15 and 4C. RGB value is (21,21,76). Sum of RGB (Red+Green+Blue) = 21+21+76=118 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.80% from 118); Green value is 21 (8.59% from 255 or 17.80% from 118); Blue value is 76 (30.08% from 255 or 64.41% from 118); Max value from RGB is 76 - color contains mainly: blue. Hex color #15154C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15154C is #EAEAB3. Grayscale: #1B1B1B. Windows color (decimal): -15395508 or 4986133. OLE color: 4986133.
HSL color Cylindrical-coordinate representation of color #15154C: hue angle of 240º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #15154C is Cyan = 0.72, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 21 | 21 | 76 | - |
| CMYK | 0.72 | 0.72 | 0 | 0.70 |
| HSL | 240º | 0.57% | 0.19% | - |
| HSV(B) | 240º | 0.72% | 0.3% | - |
| XYZ | 1.88 | 1.22 | 6.97 | - |
| YUV | 27.27 | 155.5 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 21 | 76 | 0.72 | 0.72 | 0 | 0.70 | 240 | 0.57 | 0.19 |
| Hex | 15 | 15 | 4C | 48 | 48 | 0 | 46 | F0 | 39 | 13 |
| Octal | 25 | 25 | 114 | 110 | 110 | 0 | 106 | 360 | 71 | 23 |
| Binary | 10101 | 10101 | 1001100 | 1001000 | 1001000 | 0 | 1000110 | 11110000 | 111001 | 10011 |
Color Harmonies of #15154C
Complementary color
Monochromatic Colors of #15154C
Black with #15154C
Text Example
Text Example
White with #15154C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15154C; }
p { color: rgb(21,21,76); }
H1.HeaderClassName
{
color: #15154C;
}
.AnyTagClassName
{
color: #15154C;
}
</style>
background-color css
<style>
a { background-color: #15154C; }
a { background-color: rgb(21,21,76); }
div.DivClassName
{
background-color: #15154C;
}
.BgClassName
{
background-color: #15154C;
}
</style>
border-color css
<style>
span { border-color: #15154C; }
span { border-color: rgb(21,21,76); }
td.TdClassName
{
border-color: #15154C;
}
.TagClassName
{
border-color: #15154C;
}
</style>