#151345

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

Shades of Paua #151345

Tints of Paua #151345

Color information

#151345 (or 0x151345) is unknown color: approx Paua. HEX triplet: 15, 13 and 45. RGB value is (21,19,69). Sum of RGB (Red+Green+Blue) = 21+19+69=109 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.27% from 109); Green value is 19 (7.81% from 255 or 17.43% from 109); Blue value is 69 (27.34% from 255 or 63.30% from 109); Max value from RGB is 69 - color contains mainly: blue. Hex color #151345 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151345 is #EAECBA. Grayscale: #191919. Windows color (decimal): -15396027 or 4526869. OLE color: 4526869.

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

Color convert

RGB211969-
CMYK0.700.7200.73
HSL242.4º56.82%17.25%-
HSV(B)242.4º72.46%27.06%-
XYZ1.621.055.75-
YUV25.3152.66124.93-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 19.27%
GREEN value IS 19 (7.81% from 255) = 17.43%
BLUE value IS 69 (27.34% from 255) = 63.30%
R=19.27%
G=17.43%
B=63.30%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2119690.700.7200.73242.456.8217.25
Hex1513454648049f23911
Octal252310510611001113627121
Binary1010110011100010110001101001000010010011111001011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151345; }

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

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

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

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

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

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

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

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