#181355

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

Shades of Paua #181355

Tints of Paua #181355

Color information

#181355 (or 0x181355) is unknown color: approx Paua. HEX triplet: 18, 13 and 55. RGB value is (24,19,85). Sum of RGB (Red+Green+Blue) = 24+19+85=128 (16% of max value = 765). Red value is 24 (9.77% from 255 or 18.75% from 128); Green value is 19 (7.81% from 255 or 14.84% from 128); Blue value is 85 (33.59% from 255 or 66.41% from 128); Max value from RGB is 85 - color contains mainly: blue. Hex color #181355 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181355 is #E7ECAA. Grayscale: #1B1B1B. Windows color (decimal): -15199403 or 5575448. OLE color: 5575448.

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

Color convert

RGB241985-
CMYK0.720.7800.67
HSL244.55º63.46%20.39%-
HSV(B)244.55º77.65%33.33%-
XYZ2.251.328.73-
YUV28.02160.16125.13-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.75%
GREEN value IS 19 (7.81% from 255) = 14.84%
BLUE value IS 85 (33.59% from 255) = 66.41%
R=18.75%
G=14.84%
B=66.41%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2419850.720.7800.67244.5563.4620.39
Hex181355484E043f53f14
Octal302312511011601033657724
Binary1100010011101010110010001001110010000111111010111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181355; }

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

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

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

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

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

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

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

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