#18144E

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

Shades of Paua #18144E

Tints of Paua #18144E

Color information

#18144E (or 0x18144E) is unknown color: approx Paua. HEX triplet: 18, 14 and 4E. RGB value is (24,20,78). Sum of RGB (Red+Green+Blue) = 24+20+78=122 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.67% from 122); Green value is 20 (8.20% from 255 or 16.39% from 122); Blue value is 78 (30.86% from 255 or 63.93% from 122); Max value from RGB is 78 - color contains mainly: blue. Hex color #18144E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18144E is #E7EBB1. Grayscale: #1B1B1B. Windows color (decimal): -15199154 or 5116952. OLE color: 5116952.

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

Color convert

RGB242078-
CMYK0.690.7400.69
HSL244.14º59.18%19.22%-
HSV(B)244.14º74.36%30.59%-
XYZ21.247.34-
YUV27.81156.33125.28-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.67%
GREEN value IS 20 (8.20% from 255) = 16.39%
BLUE value IS 78 (30.86% from 255) = 63.93%
R=19.67%
G=16.39%
B=63.93%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2420780.690.7400.69244.1459.1819.22
Hex18144E454A045f43b13
Octal302411610511201053647323
Binary1100010100100111010001011001010010001011111010011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18144E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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