#151243

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

Shades of Paua #151243

Tints of Paua #151243

Color information

#151243 (or 0x151243) is unknown color: approx Paua. HEX triplet: 15, 12 and 43. RGB value is (21,18,67). Sum of RGB (Red+Green+Blue) = 21+18+67=106 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.81% from 106); Green value is 18 (7.42% from 255 or 16.98% from 106); Blue value is 67 (26.56% from 255 or 63.21% from 106); Max value from RGB is 67 - color contains mainly: blue. Hex color #151243 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151243 is #EAEDBC. Grayscale: #181818. Windows color (decimal): -15396285 or 4395541. OLE color: 4395541.

HSL color Cylindrical-coordinate representation of color #151243: hue angle of 243.67º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #151243 is Cyan = 0.69, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB211867-
CMYK0.690.7300.74
HSL243.67º57.65%16.67%-
HSV(B)243.67º73.13%26.27%-
XYZ1.5415.42-
YUV24.48151.99125.52-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 19.81%
GREEN value IS 18 (7.42% from 255) = 16.98%
BLUE value IS 67 (26.56% from 255) = 63.21%
R=19.81%
G=16.98%
B=63.21%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2118670.690.7300.74243.6757.6516.67
Hex151243454904Af43a11
Octal252210310511101123647221
Binary1010110010100001110001011001001010010101111010011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151243; }

 p { color: rgb(21,18,67); }

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

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

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

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

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

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

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