#181153

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

Shades of Paua #181153

Tints of Paua #181153

Color information

#181153 (or 0x181153) is unknown color: approx Paua. HEX triplet: 18, 11 and 53. RGB value is (24,17,83). Sum of RGB (Red+Green+Blue) = 24+17+83=124 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.35% from 124); Green value is 17 (7.03% from 255 or 13.71% from 124); Blue value is 83 (32.81% from 255 or 66.94% from 124); Max value from RGB is 83 - color contains mainly: blue. Hex color #181153 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181153 is #E7EEAC. Grayscale: #1A1A1A. Windows color (decimal): -15199917 or 5443864. OLE color: 5443864.

HSL color Cylindrical-coordinate representation of color #181153: hue angle of 246.36º 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 #181153 is Cyan = 0.71, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB241783-
CMYK0.710.8000.67
HSL246.36º66%19.61%-
HSV(B)246.36º79.52%32.55%-
XYZ2.141.228.31-
YUV26.62159.82126.13-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.35%
GREEN value IS 17 (7.03% from 255) = 13.71%
BLUE value IS 83 (32.81% from 255) = 66.94%
R=19.35%
G=13.71%
B=66.94%

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
Decimal2417830.710.8000.67246.366619.61
Hex1811534750043f64214
Octal3021123107120010336610224
Binary11000100011010011100011110100000100001111110110100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181153; }

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

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

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

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

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

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

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

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