#151553

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

Shades of Paua #151553

Tints of Paua #151553

Color information

#151553 (or 0x151553) is unknown color: approx Paua. HEX triplet: 15, 15 and 53. RGB value is (21,21,83). Sum of RGB (Red+Green+Blue) = 21+21+83=125 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.8% from 125); Green value is 21 (8.59% from 255 or 16.8% from 125); Blue value is 83 (32.81% from 255 or 66.4% from 125); Max value from RGB is 83 - color contains mainly: blue. Hex color #151553 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #151553 is #EAEAAC. Grayscale: #1B1B1B. Windows color (decimal): -15395501 or 5444885. OLE color: 5444885.

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

Color convert

RGB212183-
CMYK0.750.7500.67
HSL240º59.62%20.39%-
HSV(B)240º74.7%32.55%-
XYZ2.141.328.33-
YUV28.07159122.96-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.8%
GREEN value IS 21 (8.59% from 255) = 16.8%
BLUE value IS 83 (32.81% from 255) = 66.4%
R=16.8%
G=16.8%
B=66.4%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2121830.750.7500.6724059.6220.39
Hex1515534B4B043f03c14
Octal252512311311301033607424
Binary1010110101101001110010111001011010000111111000011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151553; }

 p { color: rgb(21,21,83); }

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

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

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

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

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

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

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