#15164E

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

Shades of Paua #15164E

Tints of Paua #15164E

Color information

#15164E (or 0x15164E) is unknown color: approx Paua. HEX triplet: 15, 16 and 4E. RGB value is (21,22,78). Sum of RGB (Red+Green+Blue) = 21+22+78=121 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.36% from 121); Green value is 22 (8.98% from 255 or 18.18% from 121); Blue value is 78 (30.86% from 255 or 64.46% from 121); Max value from RGB is 78 - color contains mainly: blue. Hex color #15164E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15164E is #EAE9B1. Grayscale: #1B1B1B. Windows color (decimal): -15395250 or 5117461. OLE color: 5117461.

HSL color Cylindrical-coordinate representation of color #15164E: hue angle of 238.95º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #15164E is Cyan = 0.73, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB212278-
CMYK0.730.7200.69
HSL238.95º57.58%19.41%-
HSV(B)238.95º73.08%30.59%-
XYZ1.971.287.35-
YUV28.08156.17122.95-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.36%
GREEN value IS 22 (8.98% from 255) = 18.18%
BLUE value IS 78 (30.86% from 255) = 64.46%
R=17.36%
G=18.18%
B=64.46%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2122780.730.7200.69238.9557.5819.41
Hex15164E4948045ef3a13
Octal252611611111001053577223
Binary1010110110100111010010011001000010001011110111111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15164E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15164E; }

 p { color: rgb(21,22,78); }

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

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

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

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

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

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

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