#181455

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

Shades of Paua #181455

Tints of Paua #181455

Color information

#181455 (or 0x181455) is unknown color: approx Paua. HEX triplet: 18, 14 and 55. RGB value is (24,20,85). Sum of RGB (Red+Green+Blue) = 24+20+85=129 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.60% from 129); Green value is 20 (8.20% from 255 or 15.50% from 129); Blue value is 85 (33.59% from 255 or 65.89% from 129); Max value from RGB is 85 - color contains mainly: blue. Hex color #181455 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181455 is #E7EBAA. Grayscale: #1C1C1C. Windows color (decimal): -15199147 or 5575704. OLE color: 5575704.

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

Color convert

RGB242085-
CMYK0.720.7600.67
HSL243.69º61.9%20.59%-
HSV(B)243.69º76.47%33.33%-
XYZ2.271.358.74-
YUV28.61159.83124.71-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.60%
GREEN value IS 20 (8.20% from 255) = 15.50%
BLUE value IS 85 (33.59% from 255) = 65.89%
R=18.60%
G=15.50%
B=65.89%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2420850.720.7600.67243.6961.920.59
Hex181455484C043f43e15
Octal302412511011401033647625
Binary1100010100101010110010001001100010000111111010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181455; }

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

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

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

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

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

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

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

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