#150852

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

Shades of Paua #150852

Tints of Paua #150852

Color information

#150852 (or 0x150852) is unknown color: approx Paua. HEX triplet: 15, 08 and 52. RGB value is (21,8,82). Sum of RGB (Red+Green+Blue) = 21+8+82=111 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.92% from 111); Green value is 8 (3.52% from 255 or 7.21% from 111); Blue value is 82 (32.42% from 255 or 73.87% from 111); Max value from RGB is 82 - color contains mainly: blue. Hex color #150852 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150852 is #EAF7AD. Grayscale: #141414. Windows color (decimal): -15398830 or 5376021. OLE color: 5376021.

HSL color Cylindrical-coordinate representation of color #150852: hue angle of 250.54º 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 #150852 is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB21882-
CMYK0.740.9000.68
HSL250.54º82.22%17.65%-
HSV(B)250.54º90.24%32.16%-
XYZ1.920.948.06-
YUV20.32162.81128.48-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.92%
GREEN value IS 8 (3.52% from 255) = 7.21%
BLUE value IS 82 (32.42% from 255) = 73.87%
R=18.92%
G=7.21%
B=73.87%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal218820.740.9000.68250.5482.2217.65
Hex158524A5A044fb5212
Octal2510122112132010437312222
Binary1010110001010010100101010110100100010011111011101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150852; }

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

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

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

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

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

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

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

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