#181055

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

Shades of Paua #181055

Tints of Paua #181055

Color information

#181055 (or 0x181055) is unknown color: approx Paua. HEX triplet: 18, 10 and 55. RGB value is (24,16,85). Sum of RGB (Red+Green+Blue) = 24+16+85=125 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.2% from 125); Green value is 16 (6.64% from 255 or 12.8% from 125); Blue value is 85 (33.59% from 255 or 68% from 125); Max value from RGB is 85 - color contains mainly: blue. Hex color #181055 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181055 is #E7EFAA. Grayscale: #191919. Windows color (decimal): -15200171 or 5574680. OLE color: 5574680.

HSL color Cylindrical-coordinate representation of color #181055: hue angle of 246.96º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #181055 is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB241685-
CMYK0.720.8100.67
HSL246.96º68.32%19.8%-
HSV(B)246.96º81.18%33.33%-
XYZ2.21.228.71-
YUV26.26161.15126.39-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.2%
GREEN value IS 16 (6.64% from 255) = 12.8%
BLUE value IS 85 (33.59% from 255) = 68%
R=19.2%
G=12.8%
B=68%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2416850.720.8100.67246.9668.3219.8
Hex1810554851043f74414
Octal3020125110121010336710424
Binary11000100001010101100100010100010100001111110111100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181055; }

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

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

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

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

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

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

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

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