#151445

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

Shades of Paua #151445

Tints of Paua #151445

Color information

#151445 (or 0x151445) is unknown color: approx Paua. HEX triplet: 15, 14 and 45. RGB value is (21,20,69). Sum of RGB (Red+Green+Blue) = 21+20+69=110 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.09% from 110); Green value is 20 (8.20% from 255 or 18.18% from 110); Blue value is 69 (27.34% from 255 or 62.73% from 110); Max value from RGB is 69 - color contains mainly: blue. Hex color #151445 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151445 is #EAEBBA. Grayscale: #191919. Windows color (decimal): -15395771 or 4527125. OLE color: 4527125.

HSL color Cylindrical-coordinate representation of color #151445: hue angle of 241.22º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #151445 is Cyan = 0.70, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB212069-
CMYK0.700.7100.73
HSL241.22º55.06%17.45%-
HSV(B)241.22º71.01%27.06%-
XYZ1.631.095.75-
YUV25.88152.33124.52-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 19.09%
GREEN value IS 20 (8.20% from 255) = 18.18%
BLUE value IS 69 (27.34% from 255) = 62.73%
R=19.09%
G=18.18%
B=62.73%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2120690.700.7100.73241.2255.0617.45
Hex1514454647049f13711
Octal252410510610701113616721
Binary1010110100100010110001101000111010010011111000111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151445; }

 p { color: rgb(21,20,69); }

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

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

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

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

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

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

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