#15154D

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

Shades of Paua #15154D

Tints of Paua #15154D

Color information

#15154D (or 0x15154D) is unknown color: approx Paua. HEX triplet: 15, 15 and 4D. RGB value is (21,21,77). Sum of RGB (Red+Green+Blue) = 21+21+77=119 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.65% from 119); Green value is 21 (8.59% from 255 or 17.65% from 119); Blue value is 77 (30.47% from 255 or 64.71% from 119); Max value from RGB is 77 - color contains mainly: blue. Hex color #15154D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15154D is #EAEAB2. Grayscale: #1B1B1B. Windows color (decimal): -15395507 or 5051669. OLE color: 5051669.

HSL color Cylindrical-coordinate representation of color #15154D: hue angle of 240º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #15154D is Cyan = 0.73, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB212177-
CMYK0.730.7300.70
HSL240º57.14%19.22%-
HSV(B)240º72.73%30.2%-
XYZ1.921.237.16-
YUV27.38156123.45-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.65%
GREEN value IS 21 (8.59% from 255) = 17.65%
BLUE value IS 77 (30.47% from 255) = 64.71%
R=17.65%
G=17.65%
B=64.71%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2121770.730.7300.7024057.1419.22
Hex15154D4949046f03913
Octal252511511111101063607123
Binary1010110101100110110010011001001010001101111000011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15154D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15154D; }

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

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

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

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

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

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

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

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