#180853

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

Shades of Paua #180853

Tints of Paua #180853

Color information

#180853 (or 0x180853) is unknown color: approx Paua. HEX triplet: 18, 08 and 53. RGB value is (24,8,83). Sum of RGB (Red+Green+Blue) = 24+8+83=115 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.87% from 115); Green value is 8 (3.52% from 255 or 6.96% from 115); Blue value is 83 (32.81% from 255 or 72.17% from 115); Max value from RGB is 83 - color contains mainly: blue. Hex color #180853 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180853 is #E7F7AC. Grayscale: #151515. Windows color (decimal): -15202221 or 5441560. OLE color: 5441560.

HSL color Cylindrical-coordinate representation of color #180853: hue angle of 252.8º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #180853 is Cyan = 0.71, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB24883-
CMYK0.710.9000.67
HSL252.8º82.42%17.84%-
HSV(B)252.8º90.36%32.55%-
XYZ2.020.998.27-
YUV21.33162.8129.9-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20.87%
GREEN value IS 8 (3.52% from 255) = 6.96%
BLUE value IS 83 (32.81% from 255) = 72.17%
R=20.87%
G=6.96%
B=72.17%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal248830.710.9000.67252.882.4217.84
Hex18853475A043fd5212
Octal3010123107132010337512222
Binary1100010001010011100011110110100100001111111101101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180853; }

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

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

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

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

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

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

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

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