#18194D

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

Shades of Paua #18194D

Tints of Paua #18194D

Color information

#18194D (or 0x18194D) is unknown color: approx Paua. HEX triplet: 18, 19 and 4D. RGB value is (24,25,77). Sum of RGB (Red+Green+Blue) = 24+25+77=126 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.05% from 126); Green value is 25 (10.16% from 255 or 19.84% from 126); Blue value is 77 (30.47% from 255 or 61.11% from 126); Max value from RGB is 77 - color contains mainly: blue. Hex color #18194D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18194D is #E7E6B2. Grayscale: #1E1E1E. Windows color (decimal): -15197875 or 5052696. OLE color: 5052696.

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

Color convert

RGB242577-
CMYK0.690.6800.70
HSL238.87º52.48%19.8%-
HSV(B)238.87º68.83%30.2%-
XYZ2.061.437.19-
YUV30.63154.17123.27-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.05%
GREEN value IS 25 (10.16% from 255) = 19.84%
BLUE value IS 77 (30.47% from 255) = 61.11%
R=19.05%
G=19.84%
B=61.11%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2425770.690.6800.70238.8752.4819.8
Hex18194D4544046ef3414
Octal303111510510401063576424
Binary1100011001100110110001011000100010001101110111111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18194D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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