#18124C

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

Shades of Paua #18124C

Tints of Paua #18124C

Color information

#18124C (or 0x18124C) is unknown color: approx Paua. HEX triplet: 18, 12 and 4C. RGB value is (24,18,76). Sum of RGB (Red+Green+Blue) = 24+18+76=118 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.34% from 118); Green value is 18 (7.42% from 255 or 15.25% from 118); Blue value is 76 (30.08% from 255 or 64.41% from 118); Max value from RGB is 76 - color contains mainly: blue. Hex color #18124C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18124C is #E7EDB3. Grayscale: #1A1A1A. Windows color (decimal): -15199668 or 4985368. OLE color: 4985368.

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

Color convert

RGB241876-
CMYK0.680.7600.70
HSL246.21º61.7%18.43%-
HSV(B)246.21º76.32%29.8%-
XYZ1.91.156.96-
YUV26.41155.99126.28-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20.34%
GREEN value IS 18 (7.42% from 255) = 15.25%
BLUE value IS 76 (30.08% from 255) = 64.41%
R=20.34%
G=15.25%
B=64.41%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2418760.680.7600.70246.2161.718.43
Hex18124C444C046f63e12
Octal302211410411401063667622
Binary1100010010100110010001001001100010001101111011011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18124C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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