#15164B

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

Shades of Paua #15164B

Tints of Paua #15164B

Color information

#15164B (or 0x15164B) is unknown color: approx Paua. HEX triplet: 15, 16 and 4B. RGB value is (21,22,75). Sum of RGB (Red+Green+Blue) = 21+22+75=118 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.80% from 118); Green value is 22 (8.98% from 255 or 18.64% from 118); Blue value is 75 (29.69% from 255 or 63.56% from 118); Max value from RGB is 75 - color contains mainly: blue. Hex color #15164B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15164B is #EAE9B4. Grayscale: #1B1B1B. Windows color (decimal): -15395253 or 4920853. OLE color: 4920853.

HSL color Cylindrical-coordinate representation of color #15164B: hue angle of 238.89º 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 #15164B is Cyan = 0.72, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB212275-
CMYK0.720.7100.71
HSL238.89º56.25%18.82%-
HSV(B)238.89º72%29.41%-
XYZ1.871.246.8-
YUV27.74154.67123.19-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.80%
GREEN value IS 22 (8.98% from 255) = 18.64%
BLUE value IS 75 (29.69% from 255) = 63.56%
R=17.80%
G=18.64%
B=63.56%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2122750.720.7100.71238.8956.2518.82
Hex15164B4847047ef3813
Octal252611311010701073577023
Binary1010110110100101110010001000111010001111110111111100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15164B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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