#18164B

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

Shades of Paua #18164B

Tints of Paua #18164B

Color information

#18164B (or 0x18164B) is unknown color: approx Paua. HEX triplet: 18, 16 and 4B. RGB value is (24,22,75). Sum of RGB (Red+Green+Blue) = 24+22+75=121 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.83% from 121); Green value is 22 (8.98% from 255 or 18.18% from 121); Blue value is 75 (29.69% from 255 or 61.98% from 121); Max value from RGB is 75 - color contains mainly: blue. Hex color #18164B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18164B is #E7E9B4. Grayscale: #1C1C1C. Windows color (decimal): -15198645 or 4920856. OLE color: 4920856.

HSL color Cylindrical-coordinate representation of color #18164B: hue angle of 242.26º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #18164B is Cyan = 0.68, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB242275-
CMYK0.680.7100.71
HSL242.26º54.64%19.02%-
HSV(B)242.26º70.67%29.41%-
XYZ1.931.286.8-
YUV28.64154.16124.69-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.83%
GREEN value IS 22 (8.98% from 255) = 18.18%
BLUE value IS 75 (29.69% from 255) = 61.98%
R=19.83%
G=18.18%
B=61.98%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2422750.680.7100.71242.2654.6419.02
Hex18164B4447047f23713
Octal302611310410701073626723
Binary1100010110100101110001001000111010001111111001011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18164B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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