#180850

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

Shades of Paua #180850

Tints of Paua #180850

Color information

#180850 (or 0x180850) is unknown color: approx Paua. HEX triplet: 18, 08 and 50. RGB value is (24,8,80). Sum of RGB (Red+Green+Blue) = 24+8+80=112 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.43% from 112); Green value is 8 (3.52% from 255 or 7.14% from 112); Blue value is 80 (31.64% from 255 or 71.43% from 112); Max value from RGB is 80 - color contains mainly: blue. Hex color #180850 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180850 is #E7F7AF. Grayscale: #141414. Windows color (decimal): -15202224 or 5244952. OLE color: 5244952.

HSL color Cylindrical-coordinate representation of color #180850: hue angle of 253.33º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #180850 is Cyan = 0.70, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB24880-
CMYK0.700.9000.69
HSL253.33º81.82%17.25%-
HSV(B)253.33º90%31.37%-
XYZ1.910.957.67-
YUV20.99161.3130.15-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 21.43%
GREEN value IS 8 (3.52% from 255) = 7.14%
BLUE value IS 80 (31.64% from 255) = 71.43%
R=21.43%
G=7.14%
B=71.43%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal248800.700.9000.69253.3381.8217.25
Hex18850465A045fd5211
Octal3010120106132010537512221
Binary1100010001010000100011010110100100010111111101101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180850; }

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

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

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

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

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

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

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

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