#151143

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

Shades of Paua #151143

Tints of Paua #151143

Color information

#151143 (or 0x151143) is unknown color: approx Paua. HEX triplet: 15, 11 and 43. RGB value is (21,17,67). Sum of RGB (Red+Green+Blue) = 21+17+67=105 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20% from 105); Green value is 17 (7.03% from 255 or 16.19% from 105); Blue value is 67 (26.56% from 255 or 63.81% from 105); Max value from RGB is 67 - color contains mainly: blue. Hex color #151143 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151143 is #EAEEBC. Grayscale: #171717. Windows color (decimal): -15396541 or 4395285. OLE color: 4395285.

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

Color convert

RGB211767-
CMYK0.690.7500.74
HSL244.8º59.52%16.47%-
HSV(B)244.8º74.63%26.27%-
XYZ1.520.975.42-
YUV23.9152.33125.93-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 20%
GREEN value IS 17 (7.03% from 255) = 16.19%
BLUE value IS 67 (26.56% from 255) = 63.81%
R=20%
G=16.19%
B=63.81%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2117670.690.7500.74244.859.5216.47
Hex151143454B04Af53c10
Octal252110310511301123657420
Binary1010110001100001110001011001011010010101111010111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151143; }

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

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

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

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

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

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

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

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