#181953

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

Shades of Paua #181953

Tints of Paua #181953

Color information

#181953 (or 0x181953) is unknown color: approx Paua. HEX triplet: 18, 19 and 53. RGB value is (24,25,83). Sum of RGB (Red+Green+Blue) = 24+25+83=132 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.18% from 132); Green value is 25 (10.16% from 255 or 18.94% from 132); Blue value is 83 (32.81% from 255 or 62.88% from 132); Max value from RGB is 83 - color contains mainly: blue. Hex color #181953 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181953 is #E7E6AC. Grayscale: #1F1F1F. Windows color (decimal): -15197869 or 5445912. OLE color: 5445912.

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

Color convert

RGB242583-
CMYK0.710.7000.67
HSL238.98º55.14%20.98%-
HSV(B)238.98º71.08%32.55%-
XYZ2.291.518.36-
YUV31.31157.17122.78-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.18%
GREEN value IS 25 (10.16% from 255) = 18.94%
BLUE value IS 83 (32.81% from 255) = 62.88%
R=18.18%
G=18.94%
B=62.88%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2425830.710.7000.67238.9855.1420.98
Hex1819534746043ef3715
Octal303112310710601033576725
Binary1100011001101001110001111000110010000111110111111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181953; }

 p { color: rgb(24,25,83); }

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

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

 a { background-color: rgb(24,25,83); }

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

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

 span { border-color: rgb(24,25,83); }

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