#161250

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

Shades of Paua #161250

Tints of Paua #161250

Color information

#161250 (or 0x161250) is unknown color: approx Paua. HEX triplet: 16, 12 and 50. RGB value is (22,18,80). Sum of RGB (Red+Green+Blue) = 22+18+80=120 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.33% from 120); Green value is 18 (7.42% from 255 or 15% from 120); Blue value is 80 (31.64% from 255 or 66.67% from 120); Max value from RGB is 80 - color contains mainly: blue. Hex color #161250 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #161250 is #E9EDAF. Grayscale: #1A1A1A. Windows color (decimal): -15330736 or 5247510. OLE color: 5247510.

HSL color Cylindrical-coordinate representation of color #161250: hue angle of 243.87º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #161250 is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB221880-
CMYK0.720.7800.69
HSL243.87º63.27%19.22%-
HSV(B)243.87º77.5%31.37%-
XYZ21.187.71-
YUV26.26158.33124.96-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.33%
GREEN value IS 18 (7.42% from 255) = 15%
BLUE value IS 80 (31.64% from 255) = 66.67%
R=18.33%
G=15%
B=66.67%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2218800.720.7800.69243.8763.2719.22
Hex161250484E045f43f13
Octal262212011011601053647723
Binary1011010010101000010010001001110010001011111010011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161250; }

 p { color: rgb(22,18,80); }

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

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

 a { background-color: rgb(22,18,80); }

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

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

 span { border-color: rgb(22,18,80); }

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