#18154C

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

Shades of Paua #18154C

Tints of Paua #18154C

Color information

#18154C (or 0x18154C) is unknown color: approx Paua. HEX triplet: 18, 15 and 4C. RGB value is (24,21,76). Sum of RGB (Red+Green+Blue) = 24+21+76=121 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.83% from 121); Green value is 21 (8.59% from 255 or 17.36% from 121); Blue value is 76 (30.08% from 255 or 62.81% from 121); Max value from RGB is 76 - color contains mainly: blue. Hex color #18154C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18154C is #E7EAB3. Grayscale: #1B1B1B. Windows color (decimal): -15198900 or 4986136. OLE color: 4986136.

HSL color Cylindrical-coordinate representation of color #18154C: hue angle of 243.27º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #18154C is Cyan = 0.68, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB242176-
CMYK0.680.7200.70
HSL243.27º56.7%19.02%-
HSV(B)243.27º72.37%29.8%-
XYZ1.951.256.98-
YUV28.17154.99125.03-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.83%
GREEN value IS 21 (8.59% from 255) = 17.36%
BLUE value IS 76 (30.08% from 255) = 62.81%
R=19.83%
G=17.36%
B=62.81%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2421760.680.7200.70243.2756.719.02
Hex18154C4448046f33913
Octal302511410411001063637123
Binary1100010101100110010001001001000010001101111001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18154C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18154C; }

 p { color: rgb(24,21,76); }

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

<style>
 a { background-color: #18154C; }

 a { background-color: rgb(24,21,76); }

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

<style>
 span { border-color: #18154C; }

 span { border-color: rgb(24,21,76); }

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