#151349

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

Shades of Paua #151349

Tints of Paua #151349

Color information

#151349 (or 0x151349) is unknown color: approx Paua. HEX triplet: 15, 13 and 49. RGB value is (21,19,73). Sum of RGB (Red+Green+Blue) = 21+19+73=113 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.58% from 113); Green value is 19 (7.81% from 255 or 16.81% from 113); Blue value is 73 (28.91% from 255 or 64.60% from 113); Max value from RGB is 73 - color contains mainly: blue. Hex color #151349 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151349 is #EAECB6. Grayscale: #191919. Windows color (decimal): -15396023 or 4789013. OLE color: 4789013.

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

Color convert

RGB211973-
CMYK0.710.7400.71
HSL242.22º58.7%18.04%-
HSV(B)242.22º73.97%28.63%-
XYZ1.741.116.42-
YUV25.75154.66124.61-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.58%
GREEN value IS 19 (7.81% from 255) = 16.81%
BLUE value IS 73 (28.91% from 255) = 64.60%
R=18.58%
G=16.81%
B=64.60%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2119730.710.7400.71242.2258.718.04
Hex151349474A047f23b12
Octal252311110711201073627322
Binary1010110011100100110001111001010010001111111001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151349; }

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

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

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

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

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

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

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

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