#180852

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

Shades of Paua #180852

Tints of Paua #180852

Color information

#180852 (or 0x180852) is unknown color: approx Paua. HEX triplet: 18, 08 and 52. RGB value is (24,8,82). Sum of RGB (Red+Green+Blue) = 24+8+82=114 (15% of max value = 765). Red value is 24 (9.77% from 255 or 21.05% from 114); Green value is 8 (3.52% from 255 or 7.02% from 114); Blue value is 82 (32.42% from 255 or 71.93% from 114); Max value from RGB is 82 - color contains mainly: blue. Hex color #180852 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180852 is #E7F7AD. Grayscale: #141414. Windows color (decimal): -15202222 or 5376024. OLE color: 5376024.

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

Color convert

RGB24882-
CMYK0.710.9000.68
HSL252.97º82.22%17.65%-
HSV(B)252.97º90.24%32.16%-
XYZ1.990.988.07-
YUV21.22162.3129.98-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 21.05%
GREEN value IS 8 (3.52% from 255) = 7.02%
BLUE value IS 82 (32.42% from 255) = 71.93%
R=21.05%
G=7.02%
B=71.93%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal248820.710.9000.68252.9782.2217.65
Hex18852475A044fd5212
Octal3010122107132010437512222
Binary1100010001010010100011110110100100010011111101101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180852; }

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

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

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

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

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

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

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

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