#181154

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

Shades of Paua #181154

Tints of Paua #181154

Color information

#181154 (or 0x181154) is unknown color: approx Paua. HEX triplet: 18, 11 and 54. RGB value is (24,17,84). Sum of RGB (Red+Green+Blue) = 24+17+84=125 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.2% from 125); Green value is 17 (7.03% from 255 or 13.6% from 125); Blue value is 84 (33.20% from 255 or 67.2% from 125); Max value from RGB is 84 - color contains mainly: blue. Hex color #181154 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181154 is #E7EEAB. Grayscale: #1A1A1A. Windows color (decimal): -15199916 or 5509400. OLE color: 5509400.

HSL color Cylindrical-coordinate representation of color #181154: hue angle of 246.27º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #181154 is Cyan = 0.71, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB241784-
CMYK0.710.8000.67
HSL246.27º66.34%19.8%-
HSV(B)246.27º79.76%32.94%-
XYZ2.181.248.51-
YUV26.73160.32126.05-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.2%
GREEN value IS 17 (7.03% from 255) = 13.6%
BLUE value IS 84 (33.20% from 255) = 67.2%
R=19.2%
G=13.6%
B=67.2%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2417840.710.8000.67246.2766.3419.8
Hex1811544750043f64214
Octal3021124107120010336610224
Binary11000100011010100100011110100000100001111110110100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181154; }

 p { color: rgb(24,17,84); }

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

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

 a { background-color: rgb(24,17,84); }

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

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

 span { border-color: rgb(24,17,84); }

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