#151552

Color #151552 Paua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paua #151552

Tints of Paua #151552

Color information

#151552 (or 0x151552) is unknown color: approx Paua. HEX triplet: 15, 15 and 52. RGB value is (21,21,82). Sum of RGB (Red+Green+Blue) = 21+21+82=124 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.94% from 124); Green value is 21 (8.59% from 255 or 16.94% from 124); Blue value is 82 (32.42% from 255 or 66.13% from 124); Max value from RGB is 82 - color contains mainly: blue. Hex color #151552 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #151552 is #EAEAAD. Grayscale: #1B1B1B. Windows color (decimal): -15395502 or 5379349. OLE color: 5379349.

HSL color Cylindrical-coordinate representation of color #151552: hue angle of 240º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #151552 is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB212182-
CMYK0.740.7400.68
HSL240º59.22%20.2%-
HSV(B)240º74.39%32.16%-
XYZ2.11.38.12-
YUV27.95158.5123.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 21 (8.59% from 255) = 16.94%
GREEN value IS 21 (8.59% from 255) = 16.94%
BLUE value IS 82 (32.42% from 255) = 66.13%
R=16.94%
G=16.94%
B=66.13%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2121820.740.7400.6824059.2220.2
Hex1515524A4A044f03b14
Octal252512211211201043607324
Binary1010110101101001010010101001010010001001111000011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151552; }

 p { color: rgb(21,21,82); }

 H1.HeaderClassName
 {
   color: #151552;
 }
 .AnyTagClassName
 {
   color: #151552;
 }
</style>
background-color css

<style>
 a { background-color: #151552; }

 a { background-color: rgb(21,21,82); }

 div.DivClassName
 {
   background-color: #151552;
 }
 .BgClassName
 {
   background-color: #151552;
 }
</style>
border-color css

<style>
 span { border-color: #151552; }

 span { border-color: rgb(21,21,82); }

 td.TdClassName
 {
   border-color: #151552;
 }
 .TagClassName
 {
   border-color: #151552;
 }
</style>