#181256

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

Shades of Paua #181256

Tints of Paua #181256

Color information

#181256 (or 0x181256) is unknown color: approx Paua. HEX triplet: 18, 12 and 56. RGB value is (24,18,86). Sum of RGB (Red+Green+Blue) = 24+18+86=128 (16% of max value = 765). Red value is 24 (9.77% from 255 or 18.75% from 128); Green value is 18 (7.42% from 255 or 14.06% from 128); Blue value is 86 (33.98% from 255 or 67.19% from 128); Max value from RGB is 86 - color contains mainly: blue. Hex color #181256 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181256 is #E7EDA9. Grayscale: #1B1B1B. Windows color (decimal): -15199658 or 5640728. OLE color: 5640728.

HSL color Cylindrical-coordinate representation of color #181256: hue angle of 245.29º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #181256 is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB241886-
CMYK0.720.7900.66
HSL245.29º65.38%20.39%-
HSV(B)245.29º79.07%33.73%-
XYZ2.271.38.93-
YUV27.55160.99125.47-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.75%
GREEN value IS 18 (7.42% from 255) = 14.06%
BLUE value IS 86 (33.98% from 255) = 67.19%
R=18.75%
G=14.06%
B=67.19%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2418860.720.7900.66245.2965.3820.39
Hex181256484F042f54114
Octal3022126110117010236510124
Binary11000100101010110100100010011110100001011110101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181256; }

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

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

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

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

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

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

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

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