#18164D

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

Shades of Paua #18164D

Tints of Paua #18164D

Color information

#18164D (or 0x18164D) is unknown color: approx Paua. HEX triplet: 18, 16 and 4D. RGB value is (24,22,77). Sum of RGB (Red+Green+Blue) = 24+22+77=123 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.51% from 123); Green value is 22 (8.98% from 255 or 17.89% from 123); Blue value is 77 (30.47% from 255 or 62.60% from 123); Max value from RGB is 77 - color contains mainly: blue. Hex color #18164D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18164D is #E7E9B2. Grayscale: #1C1C1C. Windows color (decimal): -15198643 or 5051928. OLE color: 5051928.

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

Color convert

RGB242277-
CMYK0.690.7100.70
HSL242.18º55.56%19.41%-
HSV(B)242.18º71.43%30.2%-
XYZ21.37.17-
YUV28.87155.16124.53-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.51%
GREEN value IS 22 (8.98% from 255) = 17.89%
BLUE value IS 77 (30.47% from 255) = 62.60%
R=19.51%
G=17.89%
B=62.60%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2422770.690.7100.70242.1855.5619.41
Hex18164D4547046f23813
Octal302611510510701063627023
Binary1100010110100110110001011000111010001101111001011100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18164D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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