#181257

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

Shades of Paua #181257

Tints of Paua #181257

Color information

#181257 (or 0x181257) is unknown color: approx Paua. HEX triplet: 18, 12 and 57. RGB value is (24,18,87). Sum of RGB (Red+Green+Blue) = 24+18+87=129 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.60% from 129); Green value is 18 (7.42% from 255 or 13.95% from 129); Blue value is 87 (34.38% from 255 or 67.44% from 129); Max value from RGB is 87 - color contains mainly: blue. Hex color #181257 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181257 is #E7EDA8. Grayscale: #1B1B1B. Windows color (decimal): -15199657 or 5706264. OLE color: 5706264.

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

Color convert

RGB241887-
CMYK0.720.7900.66
HSL245.22º65.71%20.59%-
HSV(B)245.22º79.31%34.12%-
XYZ2.311.319.15-
YUV27.66161.49125.39-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.60%
GREEN value IS 18 (7.42% from 255) = 13.95%
BLUE value IS 87 (34.38% from 255) = 67.44%
R=18.60%
G=13.95%
B=67.44%

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
Decimal2418870.720.7900.66245.2265.7120.59
Hex181257484F042f54215
Octal3022127110117010236510225
Binary11000100101010111100100010011110100001011110101100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181257; }

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

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

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

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

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

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

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

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