#151040

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

Shades of Paua #151040

Tints of Paua #151040

Color information

#151040 (or 0x151040) is unknown color: approx Paua. HEX triplet: 15, 10 and 40. RGB value is (21,16,64). Sum of RGB (Red+Green+Blue) = 21+16+64=101 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.79% from 101); Green value is 16 (6.64% from 255 or 15.84% from 101); Blue value is 64 (25.39% from 255 or 63.37% from 101); Max value from RGB is 64 - color contains mainly: blue. Hex color #151040 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151040 is #EAEFBF. Grayscale: #161616. Windows color (decimal): -15396800 or 4198421. OLE color: 4198421.

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

Color convert

RGB211664-
CMYK0.670.7500.75
HSL246.25º60%15.69%-
HSV(B)246.25º75%25.1%-
XYZ1.420.94.95-
YUV22.97151.16126.6-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 20.79%
GREEN value IS 16 (6.64% from 255) = 15.84%
BLUE value IS 64 (25.39% from 255) = 63.37%
R=20.79%
G=15.84%
B=63.37%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2116640.670.7500.75246.256015.69
Hex151040434B04Bf63c10
Octal252010010311301133667420
Binary1010110000100000010000111001011010010111111011011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151040; }

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

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

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

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

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

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

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

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