#151548

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

Shades of Paua #151548

Tints of Paua #151548

Color information

#151548 (or 0x151548) is unknown color: approx Paua. HEX triplet: 15, 15 and 48. RGB value is (21,21,72). Sum of RGB (Red+Green+Blue) = 21+21+72=114 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.42% from 114); Green value is 21 (8.59% from 255 or 18.42% from 114); Blue value is 72 (28.52% from 255 or 63.16% from 114); Max value from RGB is 72 - color contains mainly: blue. Hex color #151548 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151548 is #EAEAB7. Grayscale: #1A1A1A. Windows color (decimal): -15395512 or 4723989. OLE color: 4723989.

HSL color Cylindrical-coordinate representation of color #151548: hue angle of 240º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #151548 is Cyan = 0.71, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB212172-
CMYK0.710.7100.72
HSL240º54.84%18.24%-
HSV(B)240º70.83%28.24%-
XYZ1.751.166.26-
YUV26.81153.5123.85-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.42%
GREEN value IS 21 (8.59% from 255) = 18.42%
BLUE value IS 72 (28.52% from 255) = 63.16%
R=18.42%
G=18.42%
B=63.16%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2121720.710.7100.7224054.8418.24
Hex1515484747048f03712
Octal252511010710701103606722
Binary1010110101100100010001111000111010010001111000011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151548; }

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

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

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

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

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

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

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

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