#18164F

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

Shades of Paua #18164F

Tints of Paua #18164F

Color information

#18164F (or 0x18164F) is unknown color: approx Paua. HEX triplet: 18, 16 and 4F. RGB value is (24,22,79). Sum of RGB (Red+Green+Blue) = 24+22+79=125 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.2% from 125); Green value is 22 (8.98% from 255 or 17.6% from 125); Blue value is 79 (31.25% from 255 or 63.2% from 125); Max value from RGB is 79 - color contains mainly: blue. Hex color #18164F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18164F is #E7E9B0. Grayscale: #1C1C1C. Windows color (decimal): -15198641 or 5183000. OLE color: 5183000.

HSL color Cylindrical-coordinate representation of color #18164F: hue angle of 242.11º 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 #18164F is Cyan = 0.70, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB242279-
CMYK0.700.7200.69
HSL242.11º56.44%19.8%-
HSV(B)242.11º72.15%30.98%-
XYZ2.071.337.54-
YUV29.1156.16124.37-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.2%
GREEN value IS 22 (8.98% from 255) = 17.6%
BLUE value IS 79 (31.25% from 255) = 63.2%
R=19.2%
G=17.6%
B=63.2%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2422790.700.7200.69242.1156.4419.8
Hex18164F4648045f23814
Octal302611710611001053627024
Binary1100010110100111110001101001000010001011111001011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18164F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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