Shades of Paua #151853
Tints of Paua #151853
RGB
CMYK
RGB Variations
Color information
#151853 (or 0x151853) is known color: Paua. HEX triplet: 15, 18 and 53. RGB value is (21,24,83). Sum of RGB (Red+Green+Blue) = 21+24+83=128 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.41% from 128); Green value is 24 (9.77% from 255 or 18.75% from 128); Blue value is 83 (32.81% from 255 or 64.84% from 128); Max value from RGB is 83 - color contains mainly: blue. Hex color #151853 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #151853 is #EAE7AC. Grayscale: #1D1D1D. Windows color (decimal): -15394733 or 5445653. OLE color: 5445653.
HSL color Cylindrical-coordinate representation of color #151853: hue angle of 237.1º 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 #151853 is Cyan = 0.75, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 24 | 83 | - |
| CMYK | 0.75 | 0.71 | 0 | 0.67 |
| HSL | 237.1º | 0.6% | 0.2% | - |
| HSV(B) | 237.1º | 0.75% | 0.33% | - |
| XYZ | 2.2 | 1.44 | 8.35 | - |
| YUV | 29.83 | 158.01 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 24 | 83 | 0.75 | 0.71 | 0 | 0.67 | 237.1 | 0.6 | 0.2 |
| Hex | 15 | 18 | 53 | 4B | 47 | 0 | 43 | ED | 3C | 14 |
| Octal | 25 | 30 | 123 | 113 | 107 | 0 | 103 | 355 | 74 | 24 |
| Binary | 10101 | 11000 | 1010011 | 1001011 | 1000111 | 0 | 1000011 | 11101101 | 111100 | 10100 |
Color Harmonies of #151853
Complementary color
Monochromatic Colors of #151853
Black with #151853
Text Example
Text Example
White with #151853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151853; }
p { color: rgb(21,24,83); }
H1.HeaderClassName
{
color: #151853;
}
.AnyTagClassName
{
color: #151853;
}
</style>
background-color css
<style>
a { background-color: #151853; }
a { background-color: rgb(21,24,83); }
div.DivClassName
{
background-color: #151853;
}
.BgClassName
{
background-color: #151853;
}
</style>
border-color css
<style>
span { border-color: #151853; }
span { border-color: rgb(21,24,83); }
td.TdClassName
{
border-color: #151853;
}
.TagClassName
{
border-color: #151853;
}
</style>