#180952

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

Shades of Paua #180952

Tints of Paua #180952

Color information

#180952 (or 0x180952) is unknown color: approx Paua. HEX triplet: 18, 09 and 52. RGB value is (24,9,82). Sum of RGB (Red+Green+Blue) = 24+9+82=115 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.87% from 115); Green value is 9 (3.91% from 255 or 7.83% from 115); Blue value is 82 (32.42% from 255 or 71.30% from 115); Max value from RGB is 82 - color contains mainly: blue. Hex color #180952 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180952 is #E7F6AD. Grayscale: #151515. Windows color (decimal): -15201966 or 5376280. OLE color: 5376280.

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

Color convert

RGB24982-
CMYK0.710.8900.68
HSL252.33º80.22%17.84%-
HSV(B)252.33º89.02%32.16%-
XYZ218.07-
YUV21.81161.97129.56-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20.87%
GREEN value IS 9 (3.91% from 255) = 7.83%
BLUE value IS 82 (32.42% from 255) = 71.30%
R=20.87%
G=7.83%
B=71.30%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal249820.710.8900.68252.3380.2217.84
Hex189524759044fc5012
Octal3011122107131010437412022
Binary1100010011010010100011110110010100010011111100101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180952; }

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

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

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

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

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

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

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

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