#15164A

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

Shades of Paua #15164A

Tints of Paua #15164A

Color information

#15164A (or 0x15164A) is unknown color: approx Paua. HEX triplet: 15, 16 and 4A. RGB value is (21,22,74). Sum of RGB (Red+Green+Blue) = 21+22+74=117 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.95% from 117); Green value is 22 (8.98% from 255 or 18.80% from 117); Blue value is 74 (29.30% from 255 or 63.25% from 117); Max value from RGB is 74 - color contains mainly: blue. Hex color #15164A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15164A is #EAE9B5. Grayscale: #1B1B1B. Windows color (decimal): -15395254 or 4855317. OLE color: 4855317.

HSL color Cylindrical-coordinate representation of color #15164A: hue angle of 238.87º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #15164A is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB212274-
CMYK0.720.7000.71
HSL238.87º55.79%18.63%-
HSV(B)238.87º71.62%29.02%-
XYZ1.831.236.62-
YUV27.63154.17123.27-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.95%
GREEN value IS 22 (8.98% from 255) = 18.80%
BLUE value IS 74 (29.30% from 255) = 63.25%
R=17.95%
G=18.80%
B=63.25%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2122740.720.7000.71238.8755.7918.63
Hex15164A4846047ef3813
Octal252611211010601073577023
Binary1010110110100101010010001000110010001111110111111100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15164A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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