#161453

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

Shades of Paua #161453

Tints of Paua #161453

Color information

#161453 (or 0x161453) is unknown color: approx Paua. HEX triplet: 16, 14 and 53. RGB value is (22,20,83). Sum of RGB (Red+Green+Blue) = 22+20+83=125 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.6% from 125); Green value is 20 (8.20% from 255 or 16% from 125); Blue value is 83 (32.81% from 255 or 66.4% from 125); Max value from RGB is 83 - color contains mainly: blue. Hex color #161453 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #161453 is #E9EBAC. Grayscale: #1B1B1B. Windows color (decimal): -15330221 or 5444630. OLE color: 5444630.

HSL color Cylindrical-coordinate representation of color #161453: hue angle of 241.9º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #161453 is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB222083-
CMYK0.730.7600.67
HSL241.9º61.17%20.2%-
HSV(B)241.9º75.9%32.55%-
XYZ2.141.38.32-
YUV27.78159.16123.88-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 17.6%
GREEN value IS 20 (8.20% from 255) = 16%
BLUE value IS 83 (32.81% from 255) = 66.4%
R=17.6%
G=16%
B=66.4%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2220830.730.7600.67241.961.1720.2
Hex161453494C043f23d14
Octal262412311111401033627524
Binary1011010100101001110010011001100010000111111001011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161453; }

 p { color: rgb(22,20,83); }

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

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

 a { background-color: rgb(22,20,83); }

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

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

 span { border-color: rgb(22,20,83); }

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