#18194A

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

Shades of Paua #18194A

Tints of Paua #18194A

Color information

#18194A (or 0x18194A) is unknown color: approx Paua. HEX triplet: 18, 19 and 4A. RGB value is (24,25,74). Sum of RGB (Red+Green+Blue) = 24+25+74=123 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.51% from 123); Green value is 25 (10.16% from 255 or 20.33% from 123); Blue value is 74 (29.30% from 255 or 60.16% from 123); Max value from RGB is 74 - color contains mainly: blue. Hex color #18194A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18194A is #E7E6B5. Grayscale: #1E1E1E. Windows color (decimal): -15197878 or 4856088. OLE color: 4856088.

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

Color convert

RGB242574-
CMYK0.680.6600.71
HSL238.8º51.02%19.22%-
HSV(B)238.8º67.57%29.02%-
XYZ1.961.386.64-
YUV30.29152.67123.52-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.51%
GREEN value IS 25 (10.16% from 255) = 20.33%
BLUE value IS 74 (29.30% from 255) = 60.16%
R=19.51%
G=20.33%
B=60.16%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2425740.680.6600.71238.851.0219.22
Hex18194A4442047ef3313
Octal303111210410201073576323
Binary1100011001100101010001001000010010001111110111111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18194A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18194A; }

 p { color: rgb(24,25,74); }

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

<style>
 a { background-color: #18194A; }

 a { background-color: rgb(24,25,74); }

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

<style>
 span { border-color: #18194A; }

 span { border-color: rgb(24,25,74); }

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