#18104C

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

Shades of Paua #18104C

Tints of Paua #18104C

Color information

#18104C (or 0x18104C) is unknown color: approx Paua. HEX triplet: 18, 10 and 4C. RGB value is (24,16,76). Sum of RGB (Red+Green+Blue) = 24+16+76=116 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.69% from 116); Green value is 16 (6.64% from 255 or 13.79% from 116); Blue value is 76 (30.08% from 255 or 65.52% from 116); Max value from RGB is 76 - color contains mainly: blue. Hex color #18104C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18104C is #E7EFB3. Grayscale: #191919. Windows color (decimal): -15200180 or 4984856. OLE color: 4984856.

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

Color convert

RGB241676-
CMYK0.680.7900.70
HSL248º65.22%18.04%-
HSV(B)248º78.95%29.8%-
XYZ1.871.096.95-
YUV25.23156.65127.12-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20.69%
GREEN value IS 16 (6.64% from 255) = 13.79%
BLUE value IS 76 (30.08% from 255) = 65.52%
R=20.69%
G=13.79%
B=65.52%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2416760.680.7900.7024865.2218.04
Hex18104C444F046f84112
Octal3020114104117010637010122
Binary11000100001001100100010010011110100011011111000100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18104C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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