#18164E

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

Shades of Paua #18164E

Tints of Paua #18164E

Color information

#18164E (or 0x18164E) is unknown color: approx Paua. HEX triplet: 18, 16 and 4E. RGB value is (24,22,78). Sum of RGB (Red+Green+Blue) = 24+22+78=124 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.35% from 124); Green value is 22 (8.98% from 255 or 17.74% from 124); Blue value is 78 (30.86% from 255 or 62.90% from 124); Max value from RGB is 78 - color contains mainly: blue. Hex color #18164E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18164E is #E7E9B1. Grayscale: #1C1C1C. Windows color (decimal): -15198642 or 5117464. OLE color: 5117464.

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

Color convert

RGB242278-
CMYK0.690.7200.69
HSL242.14º56%19.61%-
HSV(B)242.14º71.79%30.59%-
XYZ2.041.327.35-
YUV28.98155.66124.45-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.35%
GREEN value IS 22 (8.98% from 255) = 17.74%
BLUE value IS 78 (30.86% from 255) = 62.90%
R=19.35%
G=17.74%
B=62.90%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2422780.690.7200.69242.145619.61
Hex18164E4548045f23814
Octal302611610511001053627024
Binary1100010110100111010001011001000010001011111001011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18164E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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