#151144

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

Shades of Paua #151144

Tints of Paua #151144

Color information

#151144 (or 0x151144) is unknown color: approx Paua. HEX triplet: 15, 11 and 44. RGB value is (21,17,68). Sum of RGB (Red+Green+Blue) = 21+17+68=106 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.81% from 106); Green value is 17 (7.03% from 255 or 16.04% from 106); Blue value is 68 (26.95% from 255 or 64.15% from 106); Max value from RGB is 68 - color contains mainly: blue. Hex color #151144 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151144 is #EAEEBB. Grayscale: #171717. Windows color (decimal): -15396540 or 4460821. OLE color: 4460821.

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

Color convert

RGB211768-
CMYK0.690.7500.73
HSL244.71º60%16.67%-
HSV(B)244.71º75%26.67%-
XYZ1.550.985.58-
YUV24.01152.83125.85-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 19.81%
GREEN value IS 17 (7.03% from 255) = 16.04%
BLUE value IS 68 (26.95% from 255) = 64.15%
R=19.81%
G=16.04%
B=64.15%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2117680.690.7500.73244.716016.67
Hex151144454B049f53c11
Octal252110410511301113657421
Binary1010110001100010010001011001011010010011111010111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151144; }

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

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

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

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

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

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

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

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