#18144D

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

Shades of Paua #18144D

Tints of Paua #18144D

Color information

#18144D (or 0x18144D) is unknown color: approx Paua. HEX triplet: 18, 14 and 4D. RGB value is (24,20,77). Sum of RGB (Red+Green+Blue) = 24+20+77=121 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.83% from 121); Green value is 20 (8.20% from 255 or 16.53% from 121); Blue value is 77 (30.47% from 255 or 63.64% from 121); Max value from RGB is 77 - color contains mainly: blue. Hex color #18144D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18144D is #E7EBB2. Grayscale: #1B1B1B. Windows color (decimal): -15199155 or 5051416. OLE color: 5051416.

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

Color convert

RGB242077-
CMYK0.690.7400.70
HSL244.21º58.76%19.02%-
HSV(B)244.21º74.03%30.2%-
XYZ1.971.237.16-
YUV27.69155.83125.37-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.83%
GREEN value IS 20 (8.20% from 255) = 16.53%
BLUE value IS 77 (30.47% from 255) = 63.64%
R=19.83%
G=16.53%
B=63.64%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2420770.690.7400.70244.2158.7619.02
Hex18144D454A046f43b13
Octal302411510511201063647323
Binary1100010100100110110001011001010010001101111010011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18144D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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