Shades of Paua #151952
Tints of Paua #151952
RGB
CMYK
RGB Variations
Color information
#151952 (or 0x151952) is known color: Paua. HEX triplet: 15, 19 and 52. RGB value is (21,25,82). Sum of RGB (Red+Green+Blue) = 21+25+82=128 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.41% from 128); Green value is 25 (10.16% from 255 or 19.53% from 128); Blue value is 82 (32.42% from 255 or 64.06% from 128); Max value from RGB is 82 - color contains mainly: blue. Hex color #151952 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #151952 is #EAE6AD. Grayscale: #1E1E1E. Windows color (decimal): -15394478 or 5380373. OLE color: 5380373.
HSL color Cylindrical-coordinate representation of color #151952: hue angle of 236.07º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #151952 is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 21 | 25 | 82 | - |
| CMYK | 0.74 | 0.70 | 0 | 0.68 |
| HSL | 236.07º | 0.59% | 0.2% | - |
| HSV(B) | 236.07º | 0.74% | 0.32% | - |
| XYZ | 2.18 | 1.46 | 8.15 | - |
| YUV | 30.3 | 157.17 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 25 | 82 | 0.74 | 0.70 | 0 | 0.68 | 236.07 | 0.59 | 0.2 |
| Hex | 15 | 19 | 52 | 4A | 46 | 0 | 44 | EC | 3B | 14 |
| Octal | 25 | 31 | 122 | 112 | 106 | 0 | 104 | 354 | 73 | 24 |
| Binary | 10101 | 11001 | 1010010 | 1001010 | 1000110 | 0 | 1000100 | 11101100 | 111011 | 10100 |
Color Harmonies of #151952
Complementary color
Monochromatic Colors of #151952
Black with #151952
Text Example
Text Example
White with #151952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151952; }
p { color: rgb(21,25,82); }
H1.HeaderClassName
{
color: #151952;
}
.AnyTagClassName
{
color: #151952;
}
</style>
background-color css
<style>
a { background-color: #151952; }
a { background-color: rgb(21,25,82); }
div.DivClassName
{
background-color: #151952;
}
.BgClassName
{
background-color: #151952;
}
</style>
border-color css
<style>
span { border-color: #151952; }
span { border-color: rgb(21,25,82); }
td.TdClassName
{
border-color: #151952;
}
.TagClassName
{
border-color: #151952;
}
</style>