Shades of Paua #151452
Tints of Paua #151452
RGB
CMYK
RGB Variations
Color information
#151452 (or 0x151452) is known color: Paua. HEX triplet: 15, 14 and 52. RGB value is (21,20,82). Sum of RGB (Red+Green+Blue) = 21+20+82=123 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.07% from 123); Green value is 20 (8.20% from 255 or 16.26% from 123); Blue value is 82 (32.42% from 255 or 66.67% from 123); Max value from RGB is 82 - color contains mainly: blue. Hex color #151452 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #151452 is #EAEBAD. Grayscale: #1B1B1B. Windows color (decimal): -15395758 or 5379093. OLE color: 5379093.
HSL color Cylindrical-coordinate representation of color #151452: hue angle of 240.97º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #151452 is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 21 | 20 | 82 | - |
| CMYK | 0.74 | 0.76 | 0 | 0.68 |
| HSL | 240.97º | 0.61% | 0.2% | - |
| HSV(B) | 240.97º | 0.76% | 0.32% | - |
| XYZ | 2.08 | 1.27 | 8.12 | - |
| YUV | 27.37 | 158.83 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 20 | 82 | 0.74 | 0.76 | 0 | 0.68 | 240.97 | 0.61 | 0.2 |
| Hex | 15 | 14 | 52 | 4A | 4C | 0 | 44 | F1 | 3D | 14 |
| Octal | 25 | 24 | 122 | 112 | 114 | 0 | 104 | 361 | 75 | 24 |
| Binary | 10101 | 10100 | 1010010 | 1001010 | 1001100 | 0 | 1000100 | 11110001 | 111101 | 10100 |
Color Harmonies of #151452
Complementary color
Monochromatic Colors of #151452
Black with #151452
Text Example
Text Example
White with #151452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151452; }
p { color: rgb(21,20,82); }
H1.HeaderClassName
{
color: #151452;
}
.AnyTagClassName
{
color: #151452;
}
</style>
background-color css
<style>
a { background-color: #151452; }
a { background-color: rgb(21,20,82); }
div.DivClassName
{
background-color: #151452;
}
.BgClassName
{
background-color: #151452;
}
</style>
border-color css
<style>
span { border-color: #151452; }
span { border-color: rgb(21,20,82); }
td.TdClassName
{
border-color: #151452;
}
.TagClassName
{
border-color: #151452;
}
</style>