#151353

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

Shades of Paua #151353

Tints of Paua #151353

Color information

#151353 (or 0x151353) is unknown color: approx Paua. HEX triplet: 15, 13 and 53. RGB value is (21,19,83). Sum of RGB (Red+Green+Blue) = 21+19+83=123 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.07% from 123); Green value is 19 (7.81% from 255 or 15.45% from 123); Blue value is 83 (32.81% from 255 or 67.48% from 123); Max value from RGB is 83 - color contains mainly: blue. Hex color #151353 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #151353 is #EAECAC. Grayscale: #1A1A1A. Windows color (decimal): -15396013 or 5444373. OLE color: 5444373.

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

Color convert

RGB211983-
CMYK0.750.7700.67
HSL241.88º62.75%20%-
HSV(B)241.88º77.11%32.55%-
XYZ2.11.258.31-
YUV26.89159.66123.8-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.07%
GREEN value IS 19 (7.81% from 255) = 15.45%
BLUE value IS 83 (32.81% from 255) = 67.48%
R=17.07%
G=15.45%
B=67.48%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2119830.750.7700.67241.8862.7520
Hex1513534B4D043f23f14
Octal252312311311501033627724
Binary1010110011101001110010111001101010000111111001011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151353; }

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

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

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

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

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

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

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

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