Shades of Paua #151653
Tints of Paua #151653
RGB
CMYK
RGB Variations
Color information
#151653 (or 0x151653) is known color: Paua. HEX triplet: 15, 16 and 53. RGB value is (21,22,83). Sum of RGB (Red+Green+Blue) = 21+22+83=126 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.67% from 126); Green value is 22 (8.98% from 255 or 17.46% from 126); Blue value is 83 (32.81% from 255 or 65.87% from 126); Max value from RGB is 83 - color contains mainly: blue. Hex color #151653 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #151653 is #EAE9AC. Grayscale: #1C1C1C. Windows color (decimal): -15395245 or 5445141. OLE color: 5445141.
HSL color Cylindrical-coordinate representation of color #151653: hue angle of 239.03º 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 #151653 is Cyan = 0.75, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 22 | 83 | - |
| CMYK | 0.75 | 0.73 | 0 | 0.67 |
| HSL | 239.03º | 0.6% | 0.2% | - |
| HSV(B) | 239.03º | 0.75% | 0.33% | - |
| XYZ | 2.16 | 1.36 | 8.33 | - |
| YUV | 28.66 | 158.67 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 22 | 83 | 0.75 | 0.73 | 0 | 0.67 | 239.03 | 0.6 | 0.2 |
| Hex | 15 | 16 | 53 | 4B | 49 | 0 | 43 | EF | 3C | 14 |
| Octal | 25 | 26 | 123 | 113 | 111 | 0 | 103 | 357 | 74 | 24 |
| Binary | 10101 | 10110 | 1010011 | 1001011 | 1001001 | 0 | 1000011 | 11101111 | 111100 | 10100 |
Color Harmonies of #151653
Complementary color
Monochromatic Colors of #151653
Black with #151653
Text Example
Text Example
White with #151653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151653; }
p { color: rgb(21,22,83); }
H1.HeaderClassName
{
color: #151653;
}
.AnyTagClassName
{
color: #151653;
}
</style>
background-color css
<style>
a { background-color: #151653; }
a { background-color: rgb(21,22,83); }
div.DivClassName
{
background-color: #151653;
}
.BgClassName
{
background-color: #151653;
}
</style>
border-color css
<style>
span { border-color: #151653; }
span { border-color: rgb(21,22,83); }
td.TdClassName
{
border-color: #151653;
}
.TagClassName
{
border-color: #151653;
}
</style>