#181654

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

Shades of Paua #181654

Tints of Paua #181654

Color information

#181654 (or 0x181654) is unknown color: approx Paua. HEX triplet: 18, 16 and 54. RGB value is (24,22,84). Sum of RGB (Red+Green+Blue) = 24+22+84=130 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.46% from 130); Green value is 22 (8.98% from 255 or 16.92% from 130); Blue value is 84 (33.20% from 255 or 64.62% from 130); Max value from RGB is 84 - color contains mainly: blue. Hex color #181654 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181654 is #E7E9AB. Grayscale: #1D1D1D. Windows color (decimal): -15198636 or 5510680. OLE color: 5510680.

HSL color Cylindrical-coordinate representation of color #181654: hue angle of 241.94º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #181654 is Cyan = 0.71, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB242284-
CMYK0.710.7400.67
HSL241.94º58.49%20.78%-
HSV(B)241.94º73.81%32.94%-
XYZ2.261.418.54-
YUV29.67158.66123.96-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.46%
GREEN value IS 22 (8.98% from 255) = 16.92%
BLUE value IS 84 (33.20% from 255) = 64.62%
R=18.46%
G=16.92%
B=64.62%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2422840.710.7400.67241.9458.4920.78
Hex181654474A043f23a15
Octal302612410711201033627225
Binary1100010110101010010001111001010010000111111001011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181654; }

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

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

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

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

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

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

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

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