Shades of Paua #151953
Tints of Paua #151953
RGB
CMYK
RGB Variations
Color information
#151953 (or 0x151953) is known color: Paua. HEX triplet: 15, 19 and 53. RGB value is (21,25,83). Sum of RGB (Red+Green+Blue) = 21+25+83=129 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.28% from 129); Green value is 25 (10.16% from 255 or 19.38% from 129); Blue value is 83 (32.81% from 255 or 64.34% from 129); Max value from RGB is 83 - color contains mainly: blue. Hex color #151953 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #151953 is #EAE6AC. Grayscale: #1E1E1E. Windows color (decimal): -15394477 or 5445909. OLE color: 5445909.
HSL color Cylindrical-coordinate representation of color #151953: hue angle of 236.13º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #151953 is Cyan = 0.75, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 25 | 83 | - |
| CMYK | 0.75 | 0.70 | 0 | 0.67 |
| HSL | 236.13º | 0.6% | 0.2% | - |
| HSV(B) | 236.13º | 0.75% | 0.33% | - |
| XYZ | 2.22 | 1.48 | 8.35 | - |
| YUV | 30.42 | 157.67 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 25 | 83 | 0.75 | 0.70 | 0 | 0.67 | 236.13 | 0.6 | 0.2 |
| Hex | 15 | 19 | 53 | 4B | 46 | 0 | 43 | EC | 3C | 14 |
| Octal | 25 | 31 | 123 | 113 | 106 | 0 | 103 | 354 | 74 | 24 |
| Binary | 10101 | 11001 | 1010011 | 1001011 | 1000110 | 0 | 1000011 | 11101100 | 111100 | 10100 |
Color Harmonies of #151953
Complementary color
Monochromatic Colors of #151953
Black with #151953
Text Example
Text Example
White with #151953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151953; }
p { color: rgb(21,25,83); }
H1.HeaderClassName
{
color: #151953;
}
.AnyTagClassName
{
color: #151953;
}
</style>
background-color css
<style>
a { background-color: #151953; }
a { background-color: rgb(21,25,83); }
div.DivClassName
{
background-color: #151953;
}
.BgClassName
{
background-color: #151953;
}
</style>
border-color css
<style>
span { border-color: #151953; }
span { border-color: rgb(21,25,83); }
td.TdClassName
{
border-color: #151953;
}
.TagClassName
{
border-color: #151953;
}
</style>