#161554

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

Shades of Paua #161554

Tints of Paua #161554

Color information

#161554 (or 0x161554) is unknown color: approx Paua. HEX triplet: 16, 15 and 54. RGB value is (22,21,84). Sum of RGB (Red+Green+Blue) = 22+21+84=127 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.32% from 127); Green value is 21 (8.59% from 255 or 16.54% from 127); Blue value is 84 (33.20% from 255 or 66.14% from 127); Max value from RGB is 84 - color contains mainly: blue. Hex color #161554 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #161554 is #E9EAAB. Grayscale: #1C1C1C. Windows color (decimal): -15329964 or 5510422. OLE color: 5510422.

HSL color Cylindrical-coordinate representation of color #161554: hue angle of 240.95º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #161554 is Cyan = 0.74, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB222184-
CMYK0.740.7500.67
HSL240.95º60%20.59%-
HSV(B)240.95º75%32.94%-
XYZ2.21.358.53-
YUV28.48159.33123.38-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 17.32%
GREEN value IS 21 (8.59% from 255) = 16.54%
BLUE value IS 84 (33.20% from 255) = 66.14%
R=17.32%
G=16.54%
B=66.14%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2221840.740.7500.67240.956020.59
Hex1615544A4B043f13c15
Octal262512411211301033617425
Binary1011010101101010010010101001011010000111111000111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161554; }

 p { color: rgb(22,21,84); }

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

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

 a { background-color: rgb(22,21,84); }

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

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

 span { border-color: rgb(22,21,84); }

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