Shades of Paua #151453
Tints of Paua #151453
RGB
CMYK
RGB Variations
Color information
#151453 (or 0x151453) is known color: Paua. HEX triplet: 15, 14 and 53. RGB value is (21,20,83). Sum of RGB (Red+Green+Blue) = 21+20+83=124 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.94% from 124); Green value is 20 (8.20% from 255 or 16.13% from 124); Blue value is 83 (32.81% from 255 or 66.94% from 124); Max value from RGB is 83 - color contains mainly: blue. Hex color #151453 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #151453 is #EAEBAC. Grayscale: #1B1B1B. Windows color (decimal): -15395757 or 5444629. OLE color: 5444629.
HSL color Cylindrical-coordinate representation of color #151453: hue angle of 240.95º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #151453 is Cyan = 0.75, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 20 | 83 | - |
| CMYK | 0.75 | 0.76 | 0 | 0.67 |
| HSL | 240.95º | 0.61% | 0.2% | - |
| HSV(B) | 240.95º | 0.76% | 0.33% | - |
| XYZ | 2.12 | 1.28 | 8.32 | - |
| YUV | 27.48 | 159.33 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 20 | 83 | 0.75 | 0.76 | 0 | 0.67 | 240.95 | 0.61 | 0.2 |
| Hex | 15 | 14 | 53 | 4B | 4C | 0 | 43 | F1 | 3D | 14 |
| Octal | 25 | 24 | 123 | 113 | 114 | 0 | 103 | 361 | 75 | 24 |
| Binary | 10101 | 10100 | 1010011 | 1001011 | 1001100 | 0 | 1000011 | 11110001 | 111101 | 10100 |
Color Harmonies of #151453
Complementary color
Monochromatic Colors of #151453
Black with #151453
Text Example
Text Example
White with #151453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151453; }
p { color: rgb(21,20,83); }
H1.HeaderClassName
{
color: #151453;
}
.AnyTagClassName
{
color: #151453;
}
</style>
background-color css
<style>
a { background-color: #151453; }
a { background-color: rgb(21,20,83); }
div.DivClassName
{
background-color: #151453;
}
.BgClassName
{
background-color: #151453;
}
</style>
border-color css
<style>
span { border-color: #151453; }
span { border-color: rgb(21,20,83); }
td.TdClassName
{
border-color: #151453;
}
.TagClassName
{
border-color: #151453;
}
</style>