#151054

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

Shades of Paua #151054

Tints of Paua #151054

Color information

#151054 (or 0x151054) is unknown color: approx Paua. HEX triplet: 15, 10 and 54. RGB value is (21,16,84). Sum of RGB (Red+Green+Blue) = 21+16+84=121 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.36% from 121); Green value is 16 (6.64% from 255 or 13.22% from 121); Blue value is 84 (33.20% from 255 or 69.42% from 121); Max value from RGB is 84 - color contains mainly: blue. Hex color #151054 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #151054 is #EAEFAB. Grayscale: #181818. Windows color (decimal): -15396780 or 5509141. OLE color: 5509141.

HSL color Cylindrical-coordinate representation of color #151054: hue angle of 244.41º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #151054 is Cyan = 0.75, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB211684-
CMYK0.750.8100.67
HSL244.41º68%19.61%-
HSV(B)244.41º80.95%32.94%-
XYZ2.091.178.5-
YUV25.25161.16124.97-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.36%
GREEN value IS 16 (6.64% from 255) = 13.22%
BLUE value IS 84 (33.20% from 255) = 69.42%
R=17.36%
G=13.22%
B=69.42%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2116840.750.8100.67244.416819.61
Hex1510544B51043f44414
Octal2520124113121010336410424
Binary10101100001010100100101110100010100001111110100100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151054; }

 p { color: rgb(21,16,84); }

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

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

 a { background-color: rgb(21,16,84); }

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

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

 span { border-color: rgb(21,16,84); }

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