#150652

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

Shades of Paua #150652

Tints of Paua #150652

Color information

#150652 (or 0x150652) is unknown color: approx Paua. HEX triplet: 15, 06 and 52. RGB value is (21,6,82). Sum of RGB (Red+Green+Blue) = 21+6+82=109 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.27% from 109); Green value is 6 (2.73% from 255 or 5.50% from 109); Blue value is 82 (32.42% from 255 or 75.23% from 109); Max value from RGB is 82 - color contains mainly: blue. Hex color #150652 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150652 is #EAF9AD. Grayscale: #121212. Windows color (decimal): -15399342 or 5375509. OLE color: 5375509.

HSL color Cylindrical-coordinate representation of color #150652: hue angle of 251.84º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #150652 is Cyan = 0.74, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB21682-
CMYK0.740.9300.68
HSL251.84º86.36%17.25%-
HSV(B)251.84º92.68%32.16%-
XYZ1.90.98.06-
YUV19.15163.47129.32-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 19.27%
GREEN value IS 6 (2.73% from 255) = 5.50%
BLUE value IS 82 (32.42% from 255) = 75.23%
R=19.27%
G=5.50%
B=75.23%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal216820.740.9300.68251.8486.3617.25
Hex156524A5D044fc5611
Octal256122112135010437412621
Binary101011101010010100101010111010100010011111100101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150652; }

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

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

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

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

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

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

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

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