#151347

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

Shades of Paua #151347

Tints of Paua #151347

Color information

#151347 (or 0x151347) is unknown color: approx Paua. HEX triplet: 15, 13 and 47. RGB value is (21,19,71). Sum of RGB (Red+Green+Blue) = 21+19+71=111 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.92% from 111); Green value is 19 (7.81% from 255 or 17.12% from 111); Blue value is 71 (28.12% from 255 or 63.96% from 111); Max value from RGB is 71 - color contains mainly: blue. Hex color #151347 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151347 is #EAECB8. Grayscale: #191919. Windows color (decimal): -15396025 or 4657941. OLE color: 4657941.

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

Color convert

RGB211971-
CMYK0.700.7300.72
HSL242.31º57.78%17.65%-
HSV(B)242.31º73.24%27.84%-
XYZ1.681.086.08-
YUV25.53153.66124.77-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.92%
GREEN value IS 19 (7.81% from 255) = 17.12%
BLUE value IS 71 (28.12% from 255) = 63.96%
R=18.92%
G=17.12%
B=63.96%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2119710.700.7300.72242.3157.7817.65
Hex1513474649048f23a12
Octal252310710611101103627222
Binary1010110011100011110001101001001010010001111001011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151347; }

 p { color: rgb(21,19,71); }

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

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

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

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

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

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

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